Fred McIntyre <f...@achieversintlinc.com> added the comment:

./ffmpeg -y -v 9 -loglevel 99 -ac 2 -ar 44100 -f 
s16le -i tests/data/asynth1.sw 
tests/data/acodec.ref.wav
gives me this error:
./ffmpeg: error while loading shared libraries: 
libavcore.so.0: cannot open shared object file: No 
such file or directory

(forgive me if my ignorance is showing!)

I tried just ./configure and got the same error with 
make check. I then did "svn update" reran ./configure 
them make, and got no errors with make check. So, 
evidently something has been fixed.

However, with ./configure --enable-shared I get the 
same error about tests/data/acodec.ref.wav. 

Is there an external library I need to install, the 
lack of which is causing this error? Or is --enable-
shared a Windows specific option? Just reread the 
documentation and it is only mentioned under Windows 
headings. If so, then for sure I don't need it. 
Again, please pardon my ignorance.

With ./configure --disable-network I get this error 
during make check:
CC      libavformat/network.ho
libavformat/network.h:69: error: redefinition 
of 'struct sockaddr_storage'
libavformat/network.h:83: error: redefinition 
of 'struct addrinfo'
make: *** [libavformat/network.ho] Error 1

I am able to build with all my options, except I have 
to add --disable-demuxer=dv because I get the error:
CC      libavcodec/dv_tables.ho
libavcodec/dv_tables.h:3: 
error: 'DV_VLC_MAP_RUN_SIZE' undeclared here (not in 
a function)
libavcodec/dv_tables.h:3: 
error: 'DV_VLC_MAP_LEV_SIZE' undeclared here (not in 
a function)
make: *** [libavcodec/dv_tables.ho] Error 1

But, then I get this error:
TEST    vsynth1-dv
--- /usr/src/misc/ffmpeg/tests/ref/vsynth1/dv   2010-
11-11 14:21:06.000000000 -0800
+++ tests/data/regression/vsynth1/dv    2010-11-12 
23:13:58.000000000 -0800
@@ -1,8 +1,2 @@
 27ade3031b17214cf81c19cbf70f37d7 
*./tests/data/vsynth1/dv.dv
 7200000 ./tests/data/vsynth1/dv.dv
-02ac7cdeab91d4d5621e7ce96dddc498 
*./tests/data/dv.vsynth1.out.yuv
-stddev:    6.90 PSNR: 31.34 MAXDIFF:   76 bytes:  
7603200/  7603200
-bd67f2431db160d4bb6dcd791cea6efd 
*./tests/data/vsynth1/dv411.dv
-7200000 ./tests/data/vsynth1/dv411.dv
-b6640a3a572353f51284acb746eb00c4 
*./tests/data/dv.vsynth1.out.yuv
-stddev:   30.76 PSNR: 18.37 MAXDIFF:  205 bytes:  
7603200/  7603200
make: *** [fate-vsynth1-dv] Error 1

I have a working build with the 0.6 release. I was 
hoping to use the newer pad filter, but will get 
along without it, and use what I have that works.

----------
substatus: invalid -> 

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2354>
________________________________________________

Reply via email to