[Ffmpeg-devel] libavcodec.pc should list libavutil

Steven M. Schultz sms
Sat Aug 6 08:47:00 CEST 2005


Hi -

	With the introduction of libavutil the pkg-config file for
	libavcodec needs a small change to reflect the dependency
	(so that pkg-config --libs libavcodec produces the correct
	output).   Adding a "-lavutil" to the list of Libs is what the
	attached patch does.

	Cheers,
	Steven Schultz
-------------- next part --------------
--- libavcodec.pc.dist	2005-08-05 20:42:16.000000000 -0700
+++ libavcodec.pc	2005-08-05 23:42:42.000000000 -0700
@@ -8,5 +8,5 @@
 Version: CVS-
 Requires:  ogg >= 1.1 vorbis
 Conflicts:
-Libs: -L${libdir} -lavcodec -lm -lz -ldl -lpthread
+Libs: -L${libdir} -lavcodec -lavutil -lm -lz -ldl -lpthread
 Cflags: -I${includedir} -I${includedir}/ffmpeg



More information about the ffmpeg-devel mailing list