Guys,
I resolved this by reconfiguring with a prefix modifier and then rebuilding:
./configure --prefix=/usr/local

scott

On Fri, 22 Jan 2010, Scott C. Frase wrote:

Guys,
I'm trying to get Cinelerra to compile on Fedora 12, x86-64. I've compiled the latest ffmpeg/x264 from source, as the Fedora RPM packages for 64-bit do not include faac. As mjpegtools is dependent upon ffmpeg, I also had to compile mjpegtools from source. The libraries for all three live in /usr/local/lib. Running configure for Cinelerra shows me all dependencies are found except for mjpegtools.

I've tried setting PKG_CONFIG_PATH and LD_LIBRARY_PATH env vars, but I'm a bit out of my element here. I see that there is a package config file in /usr/local/lib/pkgconfig and I have at least the PKG_CONFIG_PATH env var set correctly (otherwise, other libs would be found missing):
[sfr...@tbear pkgconfig]$ ll
total 44
-rw-r--r--. 1 root root 584 2010-01-22 01:58 libavcodec.pc
-rw-r--r--. 1 root root 598 2010-01-22 01:58 libavdevice.pc
-rw-r--r--. 1 root root 595 2010-01-22 01:58 libavfilter.pc
-rw-r--r--. 1 root root 599 2010-01-22 01:58 libavformat.pc
-rw-r--r--. 1 root root 267 2010-01-22 01:58 libavutil.pc
-rw-r--r--. 1 root root 279 2010-01-22 01:58 libpostproc.pc
-rw-r--r--. 1 root root 294 2010-01-22 01:58 libswscale.pc
-rw-r--r--. 1 root root 264 2010-01-21 23:00 libvlc.pc
-rw-r--r--. 1 root root 314 2010-01-22 02:22 mjpegtools.pc
-rw-r--r--. 1 root root 367 2010-01-21 23:00 vlc-plugin.pc
-rw-r--r--. 1 root root 253 2010-01-22 01:28 x264.pc
[sfr...@tbear pkgconfig]$ cat mjpegtools.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/mjpegtools

Name: MJPEG-tools
Description: Video-recording, -editing, -filtering and -encoding tools
Version: 1.9.0
Libs: -L${libdir} -lmjpegutils
Cflags: -I${includedir} -I${includedir}/mpeg2enc -I${includedir}/mplex
[sfr...@tbear pkgconfig]$ pwd
/usr/local/lib/pkgconfig

I also tried setting configure like so:
./configure MJPEG_LIBS="-L/usr/local/lib -lmjpegutils"

But still only the mjpegtools are not found.  All other deps found.

Anyone have any hints how to fix this?
scott

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to