summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 17:01:29 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 17:01:29 +0000
commit2410b87a6408d91eb5c8db8d38af5aabfdca4d8a (patch)
tree46fa8369a696ad419f1478a9acb763f669940379 /stream/tv.c
parent2d112d6fe43d88079aeb52906daa93007a17dedc (diff)
downloadmpv-2410b87a6408d91eb5c8db8d38af5aabfdca4d8a.tar.bz2
mpv-2410b87a6408d91eb5c8db8d38af5aabfdca4d8a.tar.xz
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
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c4
1 files changed, 2 insertions, 2 deletions
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"