Advertisement
Guest User

Untitled

a guest
Apr 11th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ./configure --target-os=mingw32 --arch=x86 --cross-prefix=i686-pc-mingw32- --extra-ldflags=-static --enable-libmp3lame --enable-libxvid --enable-gpl --enable-nonfree --enable-version3 --prefix=/ffmpeg-win32/o2 --enable-pthreads --pkg-config=pkg-config
  2.  
  3. .
  4. .
  5. .
  6.  
  7. check_lib xvid.h xvid_global -lxvidcore
  8. check_header xvid.h
  9. check_cpp
  10. BEGIN /tmp/ffconf.jtyF5qeA.c
  11. 1 #include <xvid.h>
  12. 2 int x;
  13. END /tmp/ffconf.jtyF5qeA.c
  14. i686-pc-mingw32-gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -std=c99 -fno-common -fomit-frame-pointer -E -o /tmp/ffconf.fCjYMqe7.o /tmp/ffconf.jtyF5qeA.c
  15. check_func xvid_global -lxvidcore
  16. check_ld cc -lxvidcore
  17. check_cc
  18. BEGIN /tmp/ffconf.jtyF5qeA.c
  19. 1 extern int xvid_global();
  20. 2 int main(void){ xvid_global(); }
  21. END /tmp/ffconf.jtyF5qeA.c
  22. i686-pc-mingw32-gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -std=c99 -fno-common -fomit-frame-pointer -c -o /tmp/ffconf.fCjYMqe7.o /tmp/ffconf.jtyF5qeA.c
  23. i686-pc-mingw32-gcc -static -Wl,--as-needed -o /tmp/ffconf.DpEuAfWN.exe /tmp/ffconf.fCjYMqe7.o -lxvidcore -lmp3lame -lm -lpthread -lbz2 -lz -lpsapi
  24. /usr/lib/gcc/i686-pc-mingw32/4.5.2/../../../../i686-pc-mingw32/bin/ld: cannot find -lxvidcore
  25. collect2: ld returned 1 exit status
  26. ERROR: libxvid not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement