diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-26 22:56:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-26 22:56:02 +0000 |
commit | 549b2c0cc32662c938331c3282eaa5f876b3ffc1 (patch) | |
tree | dc72104a416e905a35b8e7dce0e8392a8b7bf82b /libavutil/Makefile | |
parent | 78645c98a5ab4beaee9952361777c6450fcf0561 (diff) | |
download | ffmpeg-549b2c0cc32662c938331c3282eaa5f876b3ffc1.tar.gz |
Remove unused #define.
Originally committed as revision 8135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
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 \ |