summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-05-17 22:47:34 +0000
committerMike Melanson <mike@multimedia.cx>2005-05-17 22:47:34 +0000
commitb81f89490fd51165725fbdc02a36cd407c70ec75 (patch)
tree7530b035ef582008cf2866e6b971129213ba3d4f /libavcodec/Makefile
parent6f7aa5891d310a8d114431efe3b5179c4bac0e68 (diff)
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
at users sf net> Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index bfa33962e3..2dde323157 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -55,6 +55,9 @@ endif
ifeq ($(CONFIG_FOURXM_DECODER),yes)
OBJS+= 4xm.o
endif
+ifeq ($(CONFIG_FRAPS_DECODER),yes)
+ OBJS+= fraps.o
+endif
ifneq ($(CONFIG_H261_DECODER)$(CONFIG_H261_ENCODER),)
OBJS+= h261.o
endif