summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-12-07 09:16:03 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-12-07 09:16:03 (GMT)
commit4d30068e221ab7a4818d69defe76f96a32eac58e (patch)
tree09d048bcd5f53e070e98e262248848d65befd68c /src/ffmpeg.mk
parentb6724839df8779fb7f3f75cbb44966abe23fe696 (diff)
downloadmxe-4d30068e221ab7a4818d69defe76f96a32eac58e.zip
mxe-4d30068e221ab7a4818d69defe76f96a32eac58e.tar.gz
mxe-4d30068e221ab7a4818d69defe76f96a32eac58e.tar.bz2
disable non-free and copylefted parts of package ffmpeg
Diffstat (limited to 'src/ffmpeg.mk')
-rw-r--r--src/ffmpeg.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index ae48887..670fa50 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -7,7 +7,7 @@ $(PKG)_IGNORE :=
$(PKG)_VERSION := 0.6.1
$(PKG)_CHECKSUM := 24ada1d35fc000980090e773101e101ca45f85e5
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
-$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
+$(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2
$(PKG)_WEBSITE := http://www.ffmpeg.org/
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
$(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
@@ -30,9 +30,9 @@ define $(PKG)_BUILD
--disable-debug \
--disable-doc \
--enable-memalign-hack \
- --enable-gpl \
- --enable-version3 \
- --enable-nonfree \
+ --disable-gpl \
+ --disable-version3 \
+ --disable-nonfree \
--enable-postproc \
--enable-libspeex \
--enable-libtheora \