Skip to content

Commit

Permalink
media-video/ffmpeg: remove faac (dropped upstream)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
aballier committed Oct 3, 2016
1 parent 6d628e4 commit 318f86f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions media-video/ffmpeg/ffmpeg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ FFMPEG_FLAG_MAP=(
# Same as above but for encoders, i.e. they do something only with USE=encode.
FFMPEG_ENCODER_FLAG_MAP=(
amrenc:libvo-amrwbenc mp3:libmp3lame
faac:libfaac kvazaar:libkvazaar nvenc:nvenc
kvazaar:libkvazaar nvenc:nvenc
openh264:libopenh264 snappy:libsnappy theora:libtheora twolame:libtwolame
wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 xvid:libxvid
)
Expand Down Expand Up @@ -165,7 +165,6 @@ RDEPEND="
ebur128? ( >=media-libs/libebur128-1.1.0[${MULTILIB_USEDEP}] )
encode? (
amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] )
kvazaar? ( media-libs/kvazaar[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] )
nvenc? ( media-video/nvidia_video_sdk )
Expand Down Expand Up @@ -280,7 +279,6 @@ REQUIRED_USE="
${GPL_REQUIRED_USE}
${CPU_REQUIRED_USE}"
RESTRICT="
encode? ( faac? ( bindist ) )
gpl? ( openssl? ( bindist ) fdk? ( bindist ) )
"

Expand Down Expand Up @@ -312,9 +310,6 @@ multilib_src_configure() {
if use amrenc ; then
myconf+=( --enable-version3 )
fi
if use faac ; then
myconf+=( --enable-nonfree )
fi
else
myconf+=( --disable-encoders )
fi
Expand Down

0 comments on commit 318f86f

Please sign in to comment.