rbash88 / pyffmpeg

Automatically exported from code.google.com/p/pyffmpeg
0 stars 0 forks source link

Undefined Symbol: av_free_packet #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I receive the following error when I attempt to import FFMpegReader:

ImportError: /usr/local/lib/python2.6/dist-packages/pyffmpeg.so: undefined 
symbol: av_free_packet

Any ideas?

Thanks.

Original issue reported on code.google.com by stevela...@gmail.com on 4 May 2011 at 2:49

GoogleCodeExporter commented 8 years ago
This is my FFMpeg information:

FFmpeg version SVN-r24834, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 19 2010 13:16:47 with gcc 4.3.3
  configuration: --enable-libfaac --enable-libx264 --enable-libxvid --enable-gpl --enable-nonfree --enable-libvpx --enable-libmp3lame --enable-bzlib --enable-zlib
  libavutil     50.24. 0 / 50.24. 0
  libavcore      0. 5. 0 /  0. 5. 0
  libavcodec    52.85. 1 / 52.85. 1
  libavformat   52.78. 3 / 52.78. 3
  libavdevice   52. 2. 1 / 52. 2. 1
  libavfilter    1.36. 0 /  1.36. 0
  libswscale     0.11. 0 /  0.11. 0

Original comment by stevela...@gmail.com on 4 May 2011 at 2:51