Compiling transcode with the configure option --enable-libpostproc fails with this error message:
make[3]: Entering directory `/usr/src/packages/BUILD/transcode-1.0.6/filter/pp' /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.1 -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I../.. -I../../filter -I../../src -I../../libvo -I/usr/include/lve -I/usr/include/libavcodec -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT filter_pp.lo -MD -MP -MF .deps/filter_pp.Tpo -c -o filter_pp.lo filter_pp.c mkdir .libs /usr/bin/gcc-4.1 -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I../.. -I../../filter -I../../src -I../../libvo -I/usr/include/lve -I/usr/include/libavcodec -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -MT filter_pp.lo -MD -MP -MF .deps/filter_pp.Tpo -c filter_pp.c -fPIC -DPIC -o .libs/filter_pp.o filter_pp.c:38:25: error: postprocess.h: No such file or directory Changing line 38 in transcode-1.0.6/filter/pp/filter_pp.c from #include "postprocess.h" to <libpostproc/postprocess.h> helped me out. Or is "postprocess.h" missing in the package? Jon.
