hi
i was trying all day long to install vlc with dvb support on my fc4 box.
can't compile it says:
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
configure: error: Missing header file ffmpeg/avcodec.h.
i am usong this options to compile:
./configure --prefix=/opt/vls --enable-dvb --with-dvb=/usr/src/linux/ --with-dvbpsi=/root/vls/libdvbpsi3-0.1.4/ --disable-mad --with-ffmprg-tree=/root/ffmpeg-0.4.9-pre1/ --enable-shared --enable-shared-pp --enable-pp --enable-gpl
all i need is VLC to multicast/unicast several video streams from sattelite (using dvb card).
extra. when trying to compile ffmpeg this is what i get:
[root@tv ffmpeg-0.4.9-pre1]# make
make -C libavcodec all
make[1]: Entering directory `/root/ffmpeg-0.4.9-pre1/libavcodec'
gcc -O3 -g -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c
In file included from avcodec.h:14,
from common.c:28:
common.h:67: error: array type has incomplete element type
common.h:71: error: array type has incomplete element type
make[1]: *** [common.o] Error 1
make[1]: Leaving directory `/root/ffmpeg-0.4.9-pre1/libavcodec'
make: *** [lib] Error 2
please help