[Ffmpeg-devel] libavcodec.pc should list libavutil

Steven M. Schultz sms
Sat Aug 6 19:22:01 CEST 2005


Hi -

On Sat, 6 Aug 2005, Michael Niedermayer wrote:

> > 	output).   Adding a "-lavutil" to the list of Libs is what the
> > 	attached patch does.
> 
> *.pc is generated by configure ...

	Oh, ok.  Thank  you for pointing that out.

	Revised patch which amends ./configure is attached.

	Cheers,
	Steven Schultz
-------------- next part --------------
--- configure.dist	2005-08-05 15:04:55.000000000 -0700
+++ configure	2005-08-06 10:20:10.000000000 -0700
@@ -1711,7 +1711,7 @@
 Version: $version-$lavc_build
 Requires: $requires
 Conflicts:
-Libs: -L\${libdir} -lavcodec $extralibs
+Libs: -L\${libdir} -lavcodec -lavutil $extralibs
 Cflags: -I\${includedir} -I\${includedir}/ffmpeg
 EOF
 



More information about the ffmpeg-devel mailing list