Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330247 - media-video/ffmpeg-9999 : unknown flag: --enable-avfilter-lavf
Summary: media-video/ffmpeg-9999 : unknown flag: --enable-avfilter-lavf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 17:07 UTC by niogic
Modified: 2010-08-02 05:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description niogic 2010-07-28 17:07:57 UTC
Looks like it was removed or renamed lately.

Just removing the flag allowed me to compile correctly, though I didn't check what lavf was for.
Comment 1 Markus Golser 2010-07-29 13:58:04 UTC
same Problem here
Comment 2 Anthony Scopatz 2010-07-29 16:15:44 UTC
Bump, I also encountered this.
Comment 3 Anthony Scopatz 2010-07-29 22:06:45 UTC
Yup, apparently this flag was removed and apparently it never did anything in the first place! Removing it from the ebuild also worked for me...

http://www.listware.net/201007/mplayer-ffmpeg-devel/102803-ffmpeg-devel-patch-12-remove-reference-to-the-unexisting-movie-filter-and-the-corresponding-useless-enable-avfilter-lav.html 
Comment 4 fkhp 2010-07-29 23:36:42 UTC
change ebuild works too, but uncertain if it is wrong or not.

--- ffmpeg-9999.ebuild.g2	2010-07-30 07:13:04.000000000 +0800
+++ ffmpeg-9999.ebuild	2010-07-30 07:08:50.000000000 +0800
@@ -184,8 +184,8 @@
 		--enable-gpl
 		--enable-version3
 		--enable-postproc
-		--enable-avfilter
-		--enable-avfilter-lavf
+		--enable-filter=avfilter
+		--enable-filter=avfilter-lavf
 		--disable-stripping
 		${myconf}"
 


Comment 5 Alexis Ballier gentoo-dev 2010-08-02 05:12:01 UTC
fixed, thanks