Remove pointless #ifdef checks for DEMUXER_H, which is never set.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30759 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-27 12:48:11 +00:00
parent 664e5bb9b8
commit 01c5a73c53
2 changed files with 0 additions and 5 deletions

View File

@ -21,10 +21,7 @@
#include <stdlib.h>
#include <stdio.h>
#ifndef DEMUXER_H
#include "demuxer.h"
#endif
// Open a RTP demuxer (which was initiated either from a SDP file,
// or from a RTSP URL):

View File

@ -22,9 +22,7 @@
#include <stdlib.h>
extern "C" {
#ifndef DEMUXER_H
#include "demuxer.h"
#endif
#ifdef CONFIG_LIBAVCODEC
#include "libavcodec/avcodec.h"
#endif