From 4873b32c5959c988af1769529ff72e3fd62fba82 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 9 Nov 2012 01:06:43 +0100 Subject: Rename directories, move files (step 2 of 2) Finish renaming directories and moving files. Adjust all include statements to make the previous commit compile. The two commits are separate, because git is bad at tracking renames and content changes at the same time. Also take this as an opportunity to remove the separation between "common" and "mplayer" sources in the Makefile. ("common" used to be shared between mplayer and mencoder.) --- stream/stream_dvb.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stream/stream_dvb.c') diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c index 13f32c29a8..6a73e5db42 100644 --- a/stream/stream_dvb.c +++ b/stream/stream_dvb.c @@ -40,10 +40,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include #include "stream.h" -#include "libmpdemux/demuxer.h" -#include "m_option.h" -#include "m_struct.h" -#include "path.h" +#include "demux/demux.h" +#include "core/m_option.h" +#include "core/m_struct.h" +#include "core/path.h" #include "libavutil/avstring.h" #include "dvbin.h" -- cgit v1.2.3