diff stream/stream_dvb.c @ 19312:ab8d6b6deb63

proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
author ben
date Fri, 04 Aug 2006 17:01:29 +0000
parents 3583e8ff4da4
children 31b525f90395
line wrap: on
line diff
--- a/stream/stream_dvb.c	Fri Aug 04 16:55:48 2006 +0000
+++ b/stream/stream_dvb.c	Fri Aug 04 17:01:29 2006 +0000
@@ -42,7 +42,7 @@
 #include <fcntl.h>
 
 #include "stream.h"
-#include "demuxer.h"
+#include "libmpdemux/demuxer.h"
 #include "help_mp.h"
 #include "m_option.h"
 #include "m_struct.h"