Skip to content

Commit

Permalink
[ffmpeg] Remove opencore-amr, vo-amrwbenc and openjpeg dependencies a…
Browse files Browse the repository at this point in the history
…nd cross-packages as niche formats
  • Loading branch information
m4tt075 committed Jan 14, 2019
1 parent 015c02f commit a401113
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 108 deletions.
13 changes: 6 additions & 7 deletions cross/ffmpeg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/flac cross/freetype cross/fribidi cross/lame cross/libass
DEPENDS += cross/libbluray cross/libvorbis cross/libvpx
DEPENDS += cross/opencore-amr cross/openjpeg cross/gnutls cross/opus
DEPENDS += cross/soxr cross/speex cross/vo-amrwbenc cross/x264 cross/x265
DEPENDS += cross/gnutls cross/opus
DEPENDS += cross/soxr cross/x264 cross/x265

HOMEPAGE = http://www.ffmpeg.org/
COMMENT = FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library
LICENSE = GPLv3
LICENSE = GPLv2

NASM_PATH=$(WORK_DIR)/../../../native/nasm/work-native/install/usr/local/bin

Expand All @@ -22,12 +22,11 @@ CONFIGURE_ARGS += --extra-ldflags="-L$(WORK_DIR)/install$(INSTALL_PREFIX)/lib"
CONFIGURE_ARGS += --extra-libs="-lxml2 -ldl" --pkg-config=/usr/bin/pkg-config --ranlib=$(RANLIB)
CONFIGURE_ARGS += --enable-cross-compile --enable-rpath --enable-pic
CONFIGURE_ARGS += --enable-shared
CONFIGURE_ARGS += --enable-gpl --enable-version3
CONFIGURE_ARGS += --enable-gpl
CONFIGURE_ARGS += --enable-fontconfig --enable-libass --enable-libbluray
CONFIGURE_ARGS += --enable-libfreetype --enable-libfribidi --enable-libmp3lame
CONFIGURE_ARGS += --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
CONFIGURE_ARGS += --enable-libopus --enable-libsoxr --enable-libspeex
CONFIGURE_ARGS += --enable-libvo-amrwbenc --enable-libvorbis
CONFIGURE_ARGS += --enable-libopus --enable-libsoxr
CONFIGURE_ARGS += --enable-libvorbis
CONFIGURE_ARGS += --enable-libvpx --enable-libx264 --enable-libx265 --enable-gnutls
CONFIGURE_ARGS += --disable-debug --disable-doc --disable-htmlpages --disable-manpages
CONFIGURE_ARGS += --disable-podpages --disable-static --disable-txtpages
Expand Down
27 changes: 0 additions & 27 deletions cross/opencore-amr/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions cross/opencore-amr/PLIST

This file was deleted.

3 changes: 0 additions & 3 deletions cross/opencore-amr/digests

This file was deleted.

23 changes: 0 additions & 23 deletions cross/openjpeg/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions cross/openjpeg/PLIST

This file was deleted.

3 changes: 0 additions & 3 deletions cross/openjpeg/digests

This file was deleted.

27 changes: 0 additions & 27 deletions cross/vo-amrwbenc/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions cross/vo-amrwbenc/PLIST

This file was deleted.

3 changes: 0 additions & 3 deletions cross/vo-amrwbenc/digests

This file was deleted.

0 comments on commit a401113

Please sign in to comment.