diff Makefile @ 2700:485571c9182f libavcodec

Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine at users sf net>
author melanson
date Tue, 17 May 2005 22:47:34 +0000
parents 4fe1c19fc7a3
children 97c135899d7d
line wrap: on
line diff
--- a/Makefile	Tue May 17 20:50:47 2005 +0000
+++ b/Makefile	Tue May 17 22:47:34 2005 +0000
@@ -55,6 +55,9 @@
 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