diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2008-01-02 10:45:28 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2008-01-02 10:45:28 +0000 |
commit | 3feb44a9bee71e3a0e681cd401d4c28d623a4298 (patch) | |
tree | 9d61338b4cd92b90a8ccd91ffd69bfca9075de1d /libavformat/Makefile | |
parent | ebde2a2cd8ebd86a7927ef9c1a4472581c3c3612 (diff) | |
download | ffmpeg-3feb44a9bee71e3a0e681cd401d4c28d623a4298.tar.gz |
TechnoTrend PVA Demuxer
Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 69c73e50b0..4d2094afc9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -113,6 +113,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ riff.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o +OBJS-$(CONFIG_PVA_DEMUXER) += pva.o OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o OBJS-$(CONFIG_REDIR_DEMUXER) += rtsp.o |