diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-08 16:36:21 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-08 16:36:21 +0000 |
commit | 7f53b77c83a336a7255d62bc051292d64a8f1ef2 (patch) | |
tree | 6f77d95ac9d6c51b61cb12f15d26b477539fc839 /libavcodec/Makefile | |
parent | 2eb1a65d911a2af3b86164a1506cccfa9cd0d51a (diff) | |
download | ffmpeg-7f53b77c83a336a7255d62bc051292d64a8f1ef2.tar.gz |
Sun mlib works fine. Remove comment stating otherwise.
Originally committed as revision 5672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index bc69d00817..6daac213ac 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -388,7 +388,6 @@ endif endif # sun mediaLib specific stuff -# currently only works when libavcodec is used in mplayer ifeq ($(HAVE_MLIB),yes) OBJS += mlib/dsputil_mlib.o CFLAGS += $(MLIB_INC) |