Advertisement
Guest User

libavcodec ff_vdpau_ symbols

a guest
Nov 18th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. ######### Building XBMC ERROR with External FFMPEG
  2. checking for ff_vdpau_vc1_decode_picture in -lavcodec... no
  3. configure: error: == External ffmpeg doesn't support VDPAU. VDPAU support disabled. ==
  4. ====
  5. configure:23807: checking for in -lavcodec
  6. configure:23832: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -O2 conftest.c -lavcodec -lsmbclient -l
  7. Xrandr -lavahi-client -lavahi-common -lpulse -lmicrohttpd -lSDL_image -lSDL_mixer -lrt -ljasper -lresolv -ldl -lyajl -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lGLU -lGLEW -lGL -L/usr/lib -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lfontconfig -lfribidi -lsqlite3 -lpng14 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -ldbus-1 -lpthread -lrt -lSDL -lpthread -lX11 -lXext -lXt -lX11 -lXmu -lXt -lX11 -ludev -lrt -lavcodec -lavfilter -lavformat -lavutil -lpostproc -lswscale >&5
  8. /tmp/ccISJA8P.o: In function `main':
  9. conftest.c:(.text.startup+0x7): undefined reference to `ff_vdpau_vc1_decode_picture'
  10. collect2: ld returned 1 exit status
  11. configure:23832: $? = 1
  12. configure:23841: result: no
  13. configure:23852: error: == External ffmpeg doesn't support VDPAU. VDPAU support disabled. ==
  14. ####################################################
  15.  
  16. ######### Verified that these symbols are not in my libavcodec.so.53.29.0
  17. [arch@Arch64 lib]$ ls libavcodec*
  18. libavcodec.so libavcodec.so.53 libavcodec.so.53.29.0
  19. [arch@Arch64 lib]$ readelf -a libavcodec.so.53.29.0 | grep vdpau
  20.  
  21. ####################################################
  22.  
  23. ######### Checked old version of ffmpeg that worked
  24. [root@Mac lib]# ls libavcodec*
  25. libavcodec.a libavcodec.so libavcodec.so.52 libavcodec.so.52.122.0
  26. [root@Mac lib]# readelf -a libavcodec.so.52.122.0 | grep vdpau
  27. 348: 0040a340 681 FUNC GLOBAL DEFAULT 12 ff_vdpau_vc1_decode_pictu@@LIBAVCODEC_52
  28. 498: 004099f0 596 FUNC GLOBAL DEFAULT 12 ff_vdpau_h264_set_referen@@LIBAVCODEC_52
  29. 683: 00409d60 944 FUNC GLOBAL DEFAULT 12 ff_vdpau_h264_picture_com@@LIBAVCODEC_52
  30. 749: 0040a5f0 581 FUNC GLOBAL DEFAULT 12 ff_vdpau_mpeg4_decode_pic@@LIBAVCODEC_52
  31. 1131: 0040a110 551 FUNC GLOBAL DEFAULT 12 ff_vdpau_mpeg_picture_com@@LIBAVCODEC_52
  32. 1374: 00409cd0 137 FUNC GLOBAL DEFAULT 12 ff_vdpau_h264_picture_sta@@LIBAVCODEC_52
  33. 1446: 00409c50 118 FUNC GLOBAL DEFAULT 12 ff_vdpau_add_data_chunk@@LIBAVCODEC_52
  34. ####################################################
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement