Mercurial > mplayer.hg
changeset 17596:52fb9a8bf702
add a missing rule for libpostproc.a
author | henry |
---|---|
date | Sun, 12 Feb 2006 08:03:58 +0000 |
parents | f642c99ea692 |
children | a3a4f7408f90 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Feb 11 23:29:51 2006 +0000 +++ b/Makefile Sun Feb 12 08:03:58 2006 +0000 @@ -309,6 +309,9 @@ libavcodec/libavcodec.a: $(MAKE) -C libavcodec LIBPREF=lib LIBSUF=.a +libavcodec/libpostproc/libpostproc.a: + $(MAKE) -C libavcodec/libpostproc LIBPREF=lib LIBSUF=.a + libavformat/libavformat.a: $(MAKE) -C libavformat LIBPREF=lib LIBSUF=.a