diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-06-30 09:55:14 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:11:46 +0200 |
commit | d86aad3d5643c1e4ea287868fcaaff9adf684a03 (patch) | |
tree | 299c3ae87fe2a8998e0a20f749ca8990616a241a /Makefile | |
parent | a701c81f6dacaab94ab832c171f7230cd1f8e933 (diff) |
ad_mpg123: add MP3 decoding through libmpg123
patch by Thomas Orgis, thomas-forum orgis org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31590 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ SRCS_COMMON-$(LIVE555) += libmpdemux/demux_rtp.cpp \ stream/stream_live555.c SRCS_COMMON-$(MACOSX_FINDER) += osdep/macosx_finder_args.c SRCS_COMMON-$(MNG) += libmpdemux/demux_mng.c +SRCS_COMMON-$(MPG123) += libmpcodecs/ad_mpg123.c SRCS_MP3LIB-X86-$(HAVE_AMD3DNOW) += mp3lib/dct36_3dnow.c \ mp3lib/dct64_3dnow.c |