comparison src/gst-plugins-base.mk @ 1013:d7f10217208d

removed invalid configure options in packages gst-plugins-base, gst-plugins-good and liboil
author Mark Brand <mabrand@mabrand.nl>
date Mon, 31 May 2010 09:17:00 +0200
parents 9a8f1b49a25f
children e878941387e3
comparison
equal deleted inserted replaced
1012:092fd365e230 1013:d7f10217208d
25 cd '$(1)' && ./configure \ 25 cd '$(1)' && ./configure \
26 --host='$(TARGET)' \ 26 --host='$(TARGET)' \
27 --prefix='$(PREFIX)/$(TARGET)' \ 27 --prefix='$(PREFIX)/$(TARGET)' \
28 --disable-shared \ 28 --disable-shared \
29 --disable-debug \ 29 --disable-debug \
30 --disable-check \
31 --disable-tests \
32 --disable-examples \ 30 --disable-examples \
33 --disable-x \ 31 --disable-x \
34 --mandir='$(1)/sink' \ 32 --mandir='$(1)/sink' \
35 --docdir='$(1)/sink' \ 33 --docdir='$(1)/sink' \
36 --with-html-dir='$(1)/sink' 34 --with-html-dir='$(1)/sink'