1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: architecture/avr32/pkg_mplayer_post.conf
5 # Copyright (C) 2007 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 var_append patchfiles ' ' "$base/architecture/avr32/pkg_mplayer.patch"
17 # The AVR32 boards usually have small sized SRAM, thus disable all we
18 # usually do not need anyway. Also some default codecs are dog slow,
19 # disable them, likewise.
20 var_append confopt ' ' '--enable-libavcodec --disable-libavformat \
21 --disable-tv --disable-tv-v4l1 --disable-tv-v4l2 --disable-alsa \
22 --disable-mpdvdkit --disable-dvb --disable-dvbhead --disable-mp3lib \
23 --disable-tga --disable-pnm --disable-md5sum --disable-gif \
24 --disable-real --disable-png --disable-jpeg \
25 --disable-decoder=VORBIS_DECODER --disable-encoder=VORBIS_ENCODER \
26 --disable-decoder=MP2_DECODER --disable-encoder=MP2_ENCODER \
27 --disable-decoder=MP3_DECODER --disable-encoder=MP3_ENCODER \
28 --disable-encoder=WMAV1_ENCODER --disable-encoder=WMAV2_ENCODER \
31 var_append GCC_WRAPPER_APPEND ' ' '-ffast-math -ftracer -ftree-vectorize -ftree-vectorizer-verbose=1'