comparison src/ffmpeg.mk @ 4434:c38f5511f8a5

ffmpeg: update to 3.3.2 * src/ffmpeg.mk: update version, checksum, remove --enable-memalign-hack option
author John D
date Mon, 24 Jul 2017 11:36:17 -0400
parents 1acf3a07b1fe
children 93c4bd7acd4b
comparison
equal deleted inserted replaced
4433:4a3747f4883c 4434:c38f5511f8a5
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := ffmpeg 4 PKG := ffmpeg
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.8.10 6 $(PKG)_VERSION := 3.3.2
7 $(PKG)_CHECKSUM := 8342f1132165ef561c50749c0fca3b04470d87a4 7 $(PKG)_CHECKSUM := 584544ced449e4a05f17711da33d7c46fd72f2e4
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
11 $(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE) 11 $(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
12 $(PKG)_DEPS := bzip2 gnutls lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib 12 $(PKG)_DEPS := bzip2 gnutls lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
31 $(ENABLE_SHARED_OR_STATIC) \ 31 $(ENABLE_SHARED_OR_STATIC) \
32 --yasmexe='$(BUILD_TOOLS_PREFIX)/bin/yasm' \ 32 --yasmexe='$(BUILD_TOOLS_PREFIX)/bin/yasm' \
33 --extra-libs='-mconsole' \ 33 --extra-libs='-mconsole' \
34 --disable-debug \ 34 --disable-debug \
35 --disable-doc \ 35 --disable-doc \
36 --enable-memalign-hack \
37 --enable-avresample \ 36 --enable-avresample \
38 --enable-gpl \ 37 --enable-gpl \
39 --enable-version3 \ 38 --enable-version3 \
40 --disable-pthreads \ 39 --disable-pthreads \
41 --enable-w32threads \ 40 --enable-w32threads \
59 cd '$(1)' && CPPFLAGS=-I$(HOST_INCDIR) LDFLAGS=-L$(HOST_LIBDIR) ./configure \ 58 cd '$(1)' && CPPFLAGS=-I$(HOST_INCDIR) LDFLAGS=-L$(HOST_LIBDIR) ./configure \
60 --prefix='$(HOST_PREFIX)' \ 59 --prefix='$(HOST_PREFIX)' \
61 $(ENABLE_SHARED_OR_STATIC) \ 60 $(ENABLE_SHARED_OR_STATIC) \
62 --disable-debug \ 61 --disable-debug \
63 --disable-doc \ 62 --disable-doc \
64 --enable-memalign-hack \
65 --enable-gpl \ 63 --enable-gpl \
66 --enable-version3 \ 64 --enable-version3 \
67 --disable-nonfree \ 65 --disable-nonfree \
68 --enable-postproc \ 66 --enable-postproc \
69 --enable-avisynth \ 67 --enable-avisynth \