~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to debian/fixup-config.sh

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-01-20 17:51:19 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090120175119-gu6kw1arv5tmf1vr
Tags: 3:0.svn20090119-1ubuntu1+unstripped1
* merge with the ubuntu.jaunty branch
* reenable x264 LP: #303537
* build against vdpau
* enable xvmc support

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
echo "#ifndef FIXUP_CONFIG_"
11
11
echo "#define FIXUP_CONFIG_"
12
12
for codec in $EXPECTED_CODECS; do
13
 
    echo "#define ENABLE_${codec}_ENCODER 0"
 
13
    echo "#define CONFIG_${codec}_ENCODER 0"
14
14
done
15
15
echo "#endif"