File: configure_options_ffmpeg.txt

package info (click to toggle)
gimp-gap 2.6.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,716 kB
  • sloc: ansic: 119,817; sh: 3,890; makefile: 931; lisp: 97; pascal: 55
file content (15 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--enable-shared --enable-static --disable-mmx --enable-gpl 
# recent ffmpeg releases does no longer support --enable-liba52
# for audio /mp3 encoding ffmpeg recommands to link with the external libraries.
#
# the gap main configure script checks if some of the external libs for ffmpeg
# are installed and adds further options automatically
#
#  --enable-libfaac 
#  --enable-libfaad
#  --enable-libmp3lame
#  --enable-libx264  (old name: --enable-x264)
#  --enable-libxvid  (old name: --enable-xvid)
#
# options for the ffmpeg configure