Skip to content

Commit

Permalink
ffmpeg: Realign configure switches
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Nov 18, 2016
1 parent b1b440a commit de2b318
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions ffmpeg.be0
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,24 @@ SRCURL[0]="https://ffmpeg.org/releases/ffmpeg-${PKGVERSION}.tar.bz2"

mee_configure() {
sed -i 's/-lflite"/-lflite -lasound"/' ${S}/configure
${S}/configure --prefix=${PREFIX} \
--enable-gpl \
--enable-version3 \
--disable-static \
--enable-shared \
--disable-debug \
--enable-libass \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libopus \
--enable-libtheora \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
--enable-x11grab \
--docdir=${DATAROOTDIR}/doc/${PKGNAME}
${S}/configure \
--prefix=${PREFIX} \
--enable-gpl \
--enable-version3 \
--disable-static \
--enable-shared \
--disable-debug \
--enable-libass \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libopus \
--enable-libtheora \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
--enable-x11grab \
--docdir=${DATAROOTDIR}/doc/${PKGNAME}
}

mee_build() {
Expand Down

0 comments on commit de2b318

Please sign in to comment.