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:
diego 2007-08-24 11:06:07 +00:00
parent a89c347ea4
commit 4225bf59d4
1 changed files with 0 additions and 6 deletions

View File

@ -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