Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 330247

Summary: media-video/ffmpeg-9999 : unknown flag: --enable-avfilter-lavf
Product: Gentoo Linux Reporter: niogic <niogic>
Component: [OLD] LibraryAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: ormaaj, scopatz
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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