mplayer: disable the ffvorbis codec (ffmpeg) in mplayer on ARM machines
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 16 Mar 2007 10:06:45 +0000 (10:06 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 16 Mar 2007 10:06:45 +0000 (10:06 +0000)
- instead of this floating point codec, the fixed point vorbis codec
  (tremor) is used instead.

packages/mplayer/mplayer_0.0+1.0rc1.bb

index ff3fab3..3a388d2 100644 (file)
@@ -33,7 +33,7 @@ PACKAGE_ARCH_mencoder_collie = "collie"
 
 RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
-PR = "r10"
+PR = "r11"
 
 PARALLEL_MAKE = ""
 
@@ -173,6 +173,9 @@ EXTRA_OECONF = " \
         --disable-runtime-cpudetection \
         "
 
+EXTRA_OECONF_append_arm = " --disable-decoder=vorbis_decoder \
+                           --disable-encoder=vorbis_encoder"
+
 EXTRA_OECONF_append_c7x0 = " --enable-w100 --enable-imageon "
 EXTRA_OECONF_append_hx4700 = " --enable-imageon "
 EXTRA_OECONF_append_progear = " --disable-sse --disable-3dnow --disable-mmxext --disable-sse2"