Advertisement
djsashaz

Untitled

Aug 6th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. You can run 'make' now.
  2. root@LinuxEncoder05:~/obe-rt-0.1-beta# make
  3. gcc -Wshadow -O3 -ffast-math -Wall -I. -std=gnu99 -I/usr/local/include -s -fomit-frame-pointer -fno-tree-vectorize -c -o obe.o obe.c
  4. obe.c: In function ‘obe_populate_avc_encoder_params’:
  5. obe.c:730:10: error: ‘x264_param_t’ has no member named ‘sc’
  6. obe.c:731:10: error: ‘x264_param_t’ has no member named ‘sc’
  7. obe.c:733:24: error: ‘X264_NAL_HRD_FAKE_VBR’ undeclared (first use in this function)
  8. obe.c:733:24: note: each undeclared identifier is reported only once for each function it appears in
  9. make: *** [obe.o] Error 1
  10. root@LinuxEncoder05:~/obe-rt-0.1-beta#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement