summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-26 22:56:02 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-26 22:56:02 +0000
commit549b2c0cc32662c938331c3282eaa5f876b3ffc1 (patch)
treedc72104a416e905a35b8e7dce0e8392a8b7bf82b
parent78645c98a5ab4beaee9952361777c6450fcf0561 (diff)
Remove unused #define.
Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavutil/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a2e35e708c..8155d5acb0 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -3,8 +3,6 @@
#
include ../config.mak
-CFLAGS+=-DBUILD_AVUTIL
-
OBJS= mathematics.o \
rational.o \
intfloat_readwrite.o \