After 2 days working on this I'm tempted to just go fishing!!!!
VLC-0.7.1 source code:
Running ./configure
Problem 1:
checking for libvcdinfo >= 0.7.20... Package libvcd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvcd.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libvcd', required by 'libvcdinfo', not found
configure: WARNING: vcdinfo library not found
Yes, I have installed these packages:
libvcd-0.7.20-0.pm.1.i686.rpm
libvcd-devel-0.7.20-0.pm.1.i686.rpm
vcdimager-0.7.20-0.pm.1.i686.rpm
Problem 2:
configure: error: Missing header file postproc/postprocess.h
------
Which package is this (postproc) file supposed to be included with?
Have anyone had similar problems? How did you solve it?