From 77416e41cf8cad188b10004e8145963e6294e61d Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 2 Apr 2009 08:42:16 +0000 Subject: Add recently added FFmpeg subdirs to DIRS variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29125 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 263f3cd839..663fb0b9f6 100644 --- a/Makefile +++ b/Makefile @@ -745,6 +745,12 @@ DIRS = . \ libavcodec/x86 \ libavformat \ libavutil \ + libavutil/arm \ + libavutil/bfin \ + libavutil/bfin \ + libavutil/ppc \ + libavutil/sh4 \ + libavutil/x86 \ libdvdcss \ libdvdnav \ libdvdnav/vm \ @@ -757,6 +763,11 @@ DIRS = . \ libmpeg2 \ libpostproc \ libswscale \ + libswscale/bfin \ + libswscale/mlib \ + libswscale/ppc \ + libswscale/sparc \ + libswscale/x86 \ libvo \ loader \ loader/dshow \ -- cgit v1.2.3 From e3b6f71b2d2a83d65b3cc7a7aaa8a9db5cf9e397 Mon Sep 17 00:00:00 2001 From: bircoph Date: Thu, 2 Apr 2009 19:01:57 +0000 Subject: Add libbs2b audio filter itself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29132 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 663fb0b9f6..fdc4d229f0 100644 --- a/Makefile +++ b/Makefile @@ -341,6 +341,7 @@ SRCS_COMMON-$(LIBAVCODEC_A) += libaf/af_lavcac3enc.c \ libmpcodecs/vf_uspp.c \ SRCS_COMMON-$(LIBAVFORMAT) += libmpdemux/demux_lavf.c +SRCS_COMMON-$(LIBBS2B) += libaf/af_bs2b.c SRCS_COMMON-$(LIBDCA) += libmpcodecs/ad_libdca.c SRCS_COMMON-$(LIBDV) += libmpcodecs/ad_libdv.c \ libmpcodecs/vd_libdv.c \ -- cgit v1.2.3