aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libx264
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-13 09:52:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-13 09:52:04 +0000
commit60455dce12a1933dc1e5e0a6da8eb688e1155e6f (patch)
treef2832797e9d18e1fdd4d1711682614d1c409128e /multimedia/libx264
parent539aa1fa0dd4841db883a2108af9a0b47b68079e (diff)
downloadports-60455dce12a1933dc1e5e0a6da8eb688e1155e6f.tar.gz
ports-60455dce12a1933dc1e5e0a6da8eb688e1155e6f.zip
multimedia/libx264: drop unused pkg-descr
$ make -V DESCR /usr/ports/multimedia/libx264/../x264/pkg-descr Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=413178
Diffstat (limited to 'multimedia/libx264')
-rw-r--r--multimedia/libx264/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/libx264/pkg-descr b/multimedia/libx264/pkg-descr
deleted file mode 100644
index ebadb26dcee2..000000000000
--- a/multimedia/libx264/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-x264 is a free library for encoding H.264/AVC (aka MPEG-4 Part 10)
-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
-
-WWW: http://www.videolan.org/x264.html