From 2410b87a6408d91eb5c8db8d38af5aabfdca4d8a Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 4 Aug 2006 17:01:29 +0000 Subject: proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19318 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream/tv.c') diff --git a/stream/tv.c b/stream/tv.c index 74ac7e39fc..e4161e67c1 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -25,8 +25,8 @@ int tv_param_on = 0; #include "help_mp.h" #include "stream.h" -#include "demuxer.h" -#include "stheader.h" +#include "libmpdemux/demuxer.h" +#include "libmpdemux/stheader.h" #include "libaf/af_format.h" #include "libvo/img_format.h" -- cgit v1.2.3