Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. libavcodec/libx264.c: In function 'X264_frame':
  2. libavcodec/libx264.c:172:9: error: 'x264_bit_depth' undeclared (first use in this function)
  3. if (x264_bit_depth > 8)
  4. ^~~~~~~~~~~~~~
  5. libavcodec/libx264.c:172:9: note: each undeclared identifier is reported only once for each function it appears in
  6. libavcodec/libx264.c: In function 'X264_init':
  7. libavcodec/libx264.c:662:32: warning: the address of 'val' will always evaluate as 'true' [-Waddress]
  8. OPT_STR(param, val);
  9. ^
  10. libavcodec/libx264.c:323:13: note: in definition of macro 'OPT_STR'
  11. if (param && (ret = x264_param_parse(&x4->params, opt, param)) < 0) { \
  12. ^~~~~
  13. libavcodec/libx264.c: In function 'X264_init_static':
  14. libavcodec/libx264.c:764:9: error: 'x264_bit_depth' undeclared (first use in this function)
  15. if (x264_bit_depth == 8)
  16. ^~~~~~~~~~~~~~
  17. make: *** [libavcodec/libx264.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement