Skip to content
Snippets Groups Projects
Commit 5aadcab5 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove stray extra parameter from libavutil pkg-config command.

Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8ab52e71
No related branches found
No related tags found
No related merge requests found
...@@ -2199,6 +2199,6 @@ else ...@@ -2199,6 +2199,6 @@ else
fi fi
if enabled avfilter; then if enabled avfilter; then
pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "-lavfilter $extralibs" "$pkg_requires libavutil = $LIBAVUTIL_VERSION" ffmpeg pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "-lavfilter $extralibs" "$pkg_requires libavutil = $LIBAVUTIL_VERSION"
pkgconfig_generate_uninstalled libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "$extralibs" "$pkg_requires libavutil = $LIBAVUTIL_VERSION" pkgconfig_generate_uninstalled libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "$extralibs" "$pkg_requires libavutil = $LIBAVUTIL_VERSION"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment