]> granicus.if.org Git - handbrake/commit
Add optional yasm contrib
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 25 Oct 2011 02:18:15 +0000 (02:18 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 25 Oct 2011 02:18:15 +0000 (02:18 +0000)
commit4e43bd06146941548c894321a34619e199f1d2f0
tree402ff66db9ce22fcbf3823772aa2d498114e1418
parent2c8e57bd3ee064493f2c188b08f137a3d02c6985
Add optional yasm contrib

To enable, "configure --enable-local-yasm"

Ubuntu 10.04 LTS (lucid) has yasm 0.8 which is no longer compatible with
x264.  This change allows us to build yasm as a contrib and use it for
building both Libav and x264 which require yasm.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4314 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/ffmpeg/module.defs
contrib/x264/module.defs
contrib/yasm/module.defs [new file with mode: 0644]
contrib/yasm/module.rules [new file with mode: 0644]
make/configure.py
make/include/contrib.defs
make/include/main.defs
pkg/linux/debian/control.lucid [new file with mode: 0644]
pkg/linux/debian/rules.lucid [new file with mode: 0644]
pkg/linux/module.rules