[FFmpeg-devel] dependency problems

Luca lucabe72
Sun Dec 14 00:52:16 CET 2008


Hi all,

I just ran in this problem:
luca at luca:~/Src/Video/ffmpeg$ cd libavformat/
luca at luca:~/Src/Video/ffmpeg/libavformat$ touch rtp.h
luca at luca:~/Src/Video/ffmpeg/libavformat$ make
make: Nothing to be done for `all'.

As you can see, files including rtp.h (for example, rtp.c) are not
rebuilt. If I run "make" in the ffmpeg directory (and not inside
libavformat) everything is rebuilt correctly:
luca at luca:~/Src/Video/ffmpeg/libavformat$ cd ..
luca at luca:~/Src/Video/ffmpeg$ make
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.
-I"/home/luca/Src/Video/ffmpeg" -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual
-Wwrite-strings -O3 -fno-math-errno       -c -o libavformat/allformats.o
libavformat/allformats.c
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.
-I"/home/luca/Src/Video/ffmpeg" -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual
-Wwrite-strings -O3 -fno-math-errno       -c -o libavformat/sdp.o
libavformat/sdp.c
[...]


				Luca





More information about the ffmpeg-devel mailing list