Browse Source

Stefan Fiedler via Rene Rebe:


			
			
				rocklinux
			
			
		
Clifford Wolf 22 years ago
parent
commit
843f74b0f5
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      package/rene/ffmpeg/ffmpeg.conf

+ 6
- 0
package/rene/ffmpeg/ffmpeg.conf

@ -20,5 +20,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
# fill options the configure does not attempt to detect ...
pkginstalled lame && var_append extraconfopt " " "--enable-mp3lame"
pkginstalled ogg-vorbis && var_append extraconfopt " " "--enable-vorbis"
pkginstalled a52dec && var_append extraconfopt " " "--enable-a52"
# MMX optimizations currently don't compile (version 0.4.8)
var_append confopt " " "--disable-mmx --enable-shared --enable-pp"

Loading…
Cancel
Save