Hello,
I try to compile vlc 1.1.9 to stream DVB-T flow and stream it in H264 encoded flow to Darwin (is my configure ok for dvb, h264 and rtsp options ?).
I got one error about kde4-config at the end.
I have run bootstrap then:
# ./configure --enable-xvideo --enable-sdl --enable-mad --enable-a52 --enable-dca --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-live555 --enable-caca --enable-skins2 --enable-alsa --enable-qt4 --enable-realrtsp --enable-dvb --enable-dvbpsi --enable-run-as-root --enable-x264 --disable-osso_screensaver > ./configure.log
and I got:
configure: WARNING: lua5.1 not found, trying lua >= 5.1 instead
configure: WARNING: TagLib library not found
configure: WARNING: Library libraw1394 >= 2.0.1 libavc1394 >= 0.5.3 needed for dv was not found
configure: WARNING: LibV4L support disabled because libv4l development headers were not found
configure: WARNING: LibV4L2 support disabled because libv4l2 development headers were not found
configure: WARNING: new enough libcddb not found. CDDB access disabled
configure: WARNING: Library shout >= 2.1 needed for shout was not found
configure: WARNING: libmodplug not found or a broken version (0.8.8.0) was found!
configure: WARNING: Library schroedinger-1.0 >= 1.0.10 needed for schroedinger was not found
configure: WARNING: Library fluidsynth needed for fluidsynth was not found
configure: WARNING: ZVBI library not found. Enabling the telx module instead
configure: WARNING: LIBASS library not found
configure: WARNING: libxcb-keysyms not found. Hotkeys will not be supported.
configure: WARNING: The development package for SDL_image is not installed.
You should install it alongside your SDL package.
configure: WARNING: Library librsvg-2.0 >= 2.9.0 needed for svg was not found
configure: WARNING: Not building Roku HD1000 compatible video output
configure: WARNING: Not building Roku HD1000 compatible video output
configure: WARNING: Library libpulse >= 0.9.11 needed for pulse was not found
configure: WARNING: It is STRONGLY advised to update to pulse 0.9.22
configure: WARNING: Library portaudio-2.0 needed for portaudio was not found
configure: WARNING: Library libgoom2 needed for goom was not found
configure: WARNING: libprojectM library not found
configure: WARNING: Library avahi-client >= 0.6 needed for bonjour was not found
./configure: line 67249: kde4-config: command not found
WARNING are not serious I guess but what about the last error about kde4-config ? I am using fedora 12 and Gnome.
Thx by advance for the help