google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

Compile from SVN problem #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I got some problems with compiling ffmpegthumnailer source from svn (r103)
with ffmpeg from svn (r16661). 
The source compiling but not executing

/usr/bin/ffmpegthumbnailer: symbol lookup error: /usr/lib/libavcodec.so.51:
undefined symbol: ff_gcd

I tried on the old ffmpeg source first (that i was using from
ffmpegthumbnailer 1.3.0). The same effect. After, i updated to latest
revision. The same. 

Original issue reported on code.google.com by dan.sose...@gmail.com on 20 Jan 2009 at 5:48

GoogleCodeExporter commented 9 years ago
By the way, 1.3.0 (from source tarball) compiling and working ok.

Original comment by dan.sose...@gmail.com on 20 Jan 2009 at 5:52

GoogleCodeExporter commented 9 years ago
Do you get the same issue when using the 1.4.0 tarball.

I can successfully build the 1.4.0 tarball. But every release I try to build 
from svn
gives linker errors. I think these are caused by my versions of automake 
autotools.
I'm testing this on ubuntu 8.04.

Original comment by dirk.vdb on 21 Jan 2009 at 11:48

GoogleCodeExporter commented 9 years ago
I tried to build from tarball and it worked. Hm. very interesting, after 
compiling
from latest svn and changing all necessary symlinks to libs it saying 'Couldn`t 
find
video stream'. 

Will figure out the problem soon. Im on ubuntu 8.04 (i686) 

Original comment by dan.sose...@gmail.com on 21 Jan 2009 at 7:38

GoogleCodeExporter commented 9 years ago
I tested it on ubuntu 8.10 and everything went fine...

Original comment by dirk.vdb on 22 Jan 2009 at 2:41

GoogleCodeExporter commented 9 years ago
I noticed that I my issues where caused by an old version of libtool. Upgrading 
to
libtool-2.2 fixed my problems

Original comment by dirk.vdb on 5 Feb 2009 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 6 Feb 2009 at 10:38