mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
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:
parent
664e5bb9b8
commit
01c5a73c53
@ -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):
|
||||
|
@ -22,9 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
extern "C" {
|
||||
#ifndef DEMUXER_H
|
||||
#include "demuxer.h"
|
||||
#endif
|
||||
#ifdef CONFIG_LIBAVCODEC
|
||||
#include "libavcodec/avcodec.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user