diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-05 11:58:25 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-05 11:58:25 +0000 |
commit | 4e76145381944090d221c76d5b6b0dab786508cc (patch) | |
tree | 062c405fa496d468a051c12f2d96865dfea52259 /Makefile | |
parent | eeaa5eb45fe1f2a72dc8c55ed50008ca40b55428 (diff) | |
download | mpv-4e76145381944090d221c76d5b6b0dab786508cc.tar.bz2 mpv-4e76145381944090d221c76d5b6b0dab786508cc.tar.xz |
Speex support. Seeking and pts generation does not work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16916 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ CODEC_LIBS = $(AV_LIB) \ $(XMMS_LIB) \ $(X264_LIB) \ $(MUSEPACK_LIB) \ + $(SPEEX_LIB) \ COMMON_LIBS = libmpcodecs/libmpcodecs.a \ $(W32_LIB) \ |