comparison src/ffmpeg.mk @ 1478:0ae61f0eea8b

disable non-free and copylefted parts of package ffmpeg
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 07 Dec 2010 10:16:03 +0100
parents 6d9671318bdd
children 6bc462de5e7a
comparison
equal deleted inserted replaced
1477:52b652c3e927 1478:0ae61f0eea8b
5 PKG := ffmpeg 5 PKG := ffmpeg
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 0.6.1 7 $(PKG)_VERSION := 0.6.1
8 $(PKG)_CHECKSUM := 24ada1d35fc000980090e773101e101ca45f85e5 8 $(PKG)_CHECKSUM := 24ada1d35fc000980090e773101e101ca45f85e5
9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 10 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2
11 $(PKG)_WEBSITE := http://www.ffmpeg.org/ 11 $(PKG)_WEBSITE := http://www.ffmpeg.org/
12 $(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE) 12 $(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
13 $(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE) 13 $(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
14 $(PKG)_DEPS := gcc bzip2 faad2 faac lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib 14 $(PKG)_DEPS := gcc bzip2 faad2 faac lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
15 15
28 --prefix='$(PREFIX)/$(TARGET)' \ 28 --prefix='$(PREFIX)/$(TARGET)' \
29 --disable-shared \ 29 --disable-shared \
30 --disable-debug \ 30 --disable-debug \
31 --disable-doc \ 31 --disable-doc \
32 --enable-memalign-hack \ 32 --enable-memalign-hack \
33 --enable-gpl \ 33 --disable-gpl \
34 --enable-version3 \ 34 --disable-version3 \
35 --enable-nonfree \ 35 --disable-nonfree \
36 --enable-postproc \ 36 --enable-postproc \
37 --enable-libspeex \ 37 --enable-libspeex \
38 --enable-libtheora \ 38 --enable-libtheora \
39 --enable-libvorbis \ 39 --enable-libvorbis \
40 --enable-libmp3lame \ 40 --enable-libmp3lame \