Mercurial > mplayer.hg
diff etc/.libdeps @ 11004:d48eccbbb984
FLAC decoding support via imported libmpflac.
TODO: fix FLAC-in-ogg decoding.
author | lumag |
---|---|
date | Sat, 04 Oct 2003 22:00:25 +0000 |
parents | fd7e83ee2f71 |
children | e45f7304a93d |
line wrap: on
line diff
--- a/etc/.libdeps Sat Oct 04 20:05:54 2003 +0000 +++ b/etc/.libdeps Sat Oct 04 22:00:25 2003 +0000 @@ -24,4 +24,7 @@ linux/libosdep.a: $(wildcard linux/*.[ch]) postproc/libpostproc.a: $(wildcard postproc/*.[ch]) input/libinput.a: $(wildcard input/*.[ch]) +ifneq ($(MPFLAC),none) +libmpflac/libmpflac.a: $(wildcard libmpflac/*.[ch]) +endif