Hi,
I get latest vlc, and I go to folder extras/contrib, and compile the contrib.
It downloads src and build for a long time.
Finally, it succesed.
But after that, when I build the whole project according to the INSTALL.win32:
"If you have used the "extras/contrib" way, you don't need to precise
the CFLAGS, LDFLAGS and --with-foo-config-path=.
./bootstrap && \
./configure \
--disable-gtk \
--enable-nls --enable-sdl \
--enable-ffmpeg --enable-faad --enable-flac --enable-theora \
--disable-cddax --disable-vcdx --enable-goom \
--enable-twolame --enable-dvdread \
--enable-mkv --enable-caca --enable-live555\
--enable-debug
"
It failed and said " error: cannot find libdvdread headers"
I use Cygwin on Windows XP sp2.
Anyone can help me ?
Thank you!