summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2009-03-20 17:23:45 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-03-20 17:23:45 +0000
commiteffcedf738a9afd7056643eaba44a626f1ee82bf (patch)
treeab247b38776c8a3f5929670293a1ef6d974d3810 /Makefile
parent20ddf5a8e4cb6ce8c9a6dcfbabf6d0cef2a712df (diff)
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c80284e4aa..48f9620b04 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,7 @@ LAVF_TESTS = $(addprefix regtest-, \
voc \
ogg \
pixfmt \
+ pcx \
)
REGFILES = $(addprefix tests/data/,$(addsuffix .$(1),$(2:regtest-%=%)))