1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

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
This commit is contained in:
Mike Melanson
2005-05-17 22:47:34 +00:00
parent 6f7aa5891d
commit b81f89490f
8 changed files with 261 additions and 1 deletions

View File

@@ -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