comparison src/ffmpeg.mk @ 3012:100e618349f7

Improve handling of prefix directories by defining HOST_PREFIX and BUILD_TOOLS_PREFIX variables in top-level Makefile.
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 10:31:04 -0400
parents 47558e958113
children 951da75fd09c
comparison
equal deleted inserted replaced
3011:75e142c0004b 3012:100e618349f7
21 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
22 --cross-prefix='$(TARGET)'- \ 22 --cross-prefix='$(TARGET)'- \
23 --enable-cross-compile \ 23 --enable-cross-compile \
24 --arch=i686 \ 24 --arch=i686 \
25 --target-os=mingw32 \ 25 --target-os=mingw32 \
26 --prefix='$(PREFIX)/$(TARGET)' \ 26 --prefix='$(HOST_PREFIX)' \
27 $(ENABLE_SHARED_OR_STATIC) \ 27 $(ENABLE_SHARED_OR_STATIC) \
28 --disable-debug \ 28 --disable-debug \
29 --disable-doc \ 29 --disable-doc \
30 --enable-memalign-hack \ 30 --enable-memalign-hack \
31 --enable-gpl \ 31 --enable-gpl \