aboutsummaryrefslogtreecommitdiff
path: root/multimedia/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-01-12 04:57:18 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-01-12 04:57:18 +0000
commitd98d8457f1ee7523a703f4c926f0d468ec73d535 (patch)
treeb9f246884207f914dae90b03b6a9c1562df7c09a /multimedia/Makefile
parent4114f4b7dbaa9b7945b61de19737f12227d85c0a (diff)
downloadports-d98d8457f1ee7523a703f4c926f0d468ec73d535.tar.gz
ports-d98d8457f1ee7523a703f4c926f0d468ec73d535.zip
Add x264
x264 is a free library for encoding H.264/AVC video streams. Encoder features * CAVLC/CABAC * Multi-references * Intra: all modes (4x4 and 16x16 with all predictions) * Inter P: all partitions (from 16x16 down to 4x4) * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT) * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR * Scene cut detection
Notes
Notes: svn path=/head/; revision=126189
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r--multimedia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 65fb858fbb97..565de5513149 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -141,6 +141,7 @@
SUBDIR += vcdtools
SUBDIR += vlc
SUBDIR += win32-codecs
+ SUBDIR += x264
SUBDIR += xanim
SUBDIR += xawtv
SUBDIR += xdvshow