mirror of https://github.com/mpv-player/mpv
Remove silly #ifdef around the complete file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24138 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a89c347ea4
commit
4225bf59d4
|
@ -10,9 +10,6 @@
|
|||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#define USE_LIBNUT
|
||||
#ifdef USE_LIBNUT
|
||||
|
||||
#include <libnut.h>
|
||||
|
||||
typedef struct {
|
||||
|
@ -310,6 +307,3 @@ demuxer_desc_t demuxer_desc_nut = {
|
|||
demux_seek_nut,
|
||||
demux_control_nut
|
||||
};
|
||||
|
||||
#endif // USE_LIBNUT
|
||||
|
||||
|
|
Loading…
Reference in New Issue