summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsesse <sesse@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-08 19:57:37 +0000
committersesse <sesse@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-08 19:57:37 +0000
commit18deeb4aff87e89f3e5bd9247d8f96449316bb25 (patch)
tree4054f6886a084f473e35b6cbc19656fedaae6d94 /Makefile
parent9b67104eb7bb5832a4b9d5fef92dd23b4befeb14 (diff)
downloadmpv-18deeb4aff87e89f3e5bd9247d8f96449316bb25.tar.bz2
mpv-18deeb4aff87e89f3e5bd9247d8f96449316bb25.tar.xz
Implement DirectShow filter graph.
DirectShow specifies that a filter (codec) can expect JoinFilterGraph to be called, and store a reference to the graph manager. Implement a very bare-bones graph manager (all functions are stubs, and no extra interfaces are implemented) and give it to the codec on init. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30866 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b66562b2ee..b698bf6289 100644
--- a/Makefile
+++ b/Makefile
@@ -322,6 +322,7 @@ SRCS_COMMON-$(WIN32DLL) += libmpcodecs/ad_acm.c \
loader/dshow/DS_VideoDecoder.c \
loader/dshow/allocator.c \
loader/dshow/cmediasample.c \
+ loader/dshow/graph.c \
loader/dshow/guids.c \
loader/dshow/inputpin.c \
loader/dshow/mediatype.c \