diff Makefile @ 110:813b7366ac3f libavutil

* Moving FifoBuffer out of libavformat/avformat.h and libavformat/utils.c into libavutil
author romansh
date Thu, 21 Sep 2006 07:31:53 +0000
parents e57687759aed
children 8ab8a42ba196
line wrap: on
line diff
--- a/Makefile	Fri Sep 15 00:36:49 2006 +0000
+++ b/Makefile	Thu Sep 21 07:31:53 2006 +0000
@@ -16,9 +16,10 @@
       adler32.o \
       log.o \
       mem.o \
+      fifo.o \
 
 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
-          intfloat_readwrite.h md5.h adler32.h log.h
+          intfloat_readwrite.h md5.h adler32.h log.h fifo.h
 
 NAME=avutil
 ifeq ($(BUILD_SHARED),yes)