diff options
author | jstebbins <[email protected]> | 2014-04-15 18:42:17 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-04-15 18:42:17 +0000 |
commit | c6c85528383812a0d11c8ce035b1584f35624f7c (patch) | |
tree | 30409e8e361022168d608cda17bc1abe1b2c515e /contrib/libvpx/module.rules | |
parent | c973315226c1009f2cadc8a14e5219c1ef5d69c2 (diff) |
Add VP8 support
Thanks to Matthew Harvey for this patch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6165 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libvpx/module.rules')
-rw-r--r-- | contrib/libvpx/module.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libvpx/module.rules b/contrib/libvpx/module.rules new file mode 100644 index 000000000..db1d4921f --- /dev/null +++ b/contrib/libvpx/module.rules @@ -0,0 +1,2 @@ +$(eval $(call import.MODULE.rules,LIBVPX)) +$(eval $(call import.CONTRIB.rules,LIBVPX)) |