I am sorry for opening another thread similar to this one:
viewtopic.php?f=13&t=45295
I only realised the existence of this after a few posts...
______________________________________________________________
It happened when i tryied to MAKE vlc i got from git...
ffmpeg.c:59:44: libpostproc/postprocess.h: No such file or directory
Code: Select all
Making all in ffmpeg
make[5]: Entering directory `/home/vlc/modules/codec/ffmpeg'
make[6]: Entering directory `/home/vlc/modules/codec/ffmpeg'
/bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -DSYS_LINUX -I../../../include -I../../../include `top_builddir="../../.." ../../../vlc-config --cflags plugin ffmpeg` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libffmpeg_plugin_la-ffmpeg.lo -MD -MP -MF .deps/libffmpeg_plugin_la-ffmpeg.Tpo -c -o libffmpeg_plugin_la-ffmpeg.lo `test -f 'ffmpeg.c' || echo './'`ffmpeg.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -DSYS_LINUX -I../../../include -I../../../include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=ffmpeg -DMODULE_NAME_IS_ffmpeg -O2 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -fvisibility=hidden -I/usr/local/include -I/usr/local/include -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libffmpeg_plugin_la-ffmpeg.lo -MD -MP -MF .deps/libffmpeg_plugin_la-ffmpeg.Tpo -c ffmpeg.c -fPIC -DPIC -o .libs/libffmpeg_plugin_la-ffmpeg.o
ffmpeg.c:54:41: error: libpostproc/postprocess.h: No such file or directory
ffmpeg.c: In function 'LibavcodecCallback__0_9_0j':
ffmpeg.c:404: warning: assignment discards qualifiers from pointer target type
make[6]: *** [libffmpeg_plugin_la-ffmpeg.lo] Error 1
make[6]: Leaving directory `/home/vlc/modules/codec/ffmpeg'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/home/vlc/modules/codec/ffmpeg'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/vlc/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/vlc/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vlc'
make: *** [all] Error 2
root@kmobile:/home/vlc# ls