diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-03-27 22:22:50 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-03-27 22:22:50 +0000 |
commit | dfca23e361cfcd557a0ec65ee0469e11bfc70f3a (patch) | |
tree | 088799aaad7540193b8d7bc9e5f4c3b8db88feb2 /libavcodec/Makefile | |
parent | 4f6a6e1f81b555bd20f13132bd91f421e3d98452 (diff) | |
download | ffmpeg-dfca23e361cfcd557a0ec65ee0469e11bfc70f3a.tar.gz |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0344bec2f7..10bc45b967 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -180,6 +180,11 @@ ifeq ($(CONFIG_CSCD_DECODER),yes) OBJS+= cscd.o OBJS+= lzo.o endif +ifeq ($(CONFIG_NUV_DECODER),yes) + OBJS+= nuv.o + OBJS+= rtjpeg.o + OBJS+= lzo.o +endif ifeq ($(CONFIG_ULTI_DECODER),yes) OBJS+= ulti.o endif |