summaryrefslogtreecommitdiffstats
path: root/edl.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 12:40:29 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 12:40:29 +0000
commit8f30963c37732395940f6435b014f5cf45d52434 (patch)
tree5519de8aed6939047056c93f9ed5bce432c46f57 /edl.c
parent9706c6b61611dba9e2addb5388ed56617ed7d231 (diff)
downloadmpv-8f30963c37732395940f6435b014f5cf45d52434.tar.bz2
mpv-8f30963c37732395940f6435b014f5cf45d52434.tar.xz
Make EDL compilation unconditional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'edl.c')
-rw-r--r--edl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/edl.c b/edl.c
index 26826c82ca..bffb5926b6 100644
--- a/edl.c
+++ b/edl.c
@@ -8,8 +8,6 @@
char *edl_filename; // file to extract EDL entries from (-edl)
char *edl_output_filename; // file to put EDL entries in (-edlout)
-#ifdef USE_EDL
-
/**
* Allocates a new EDL record and makes sure allocation was successful.
*
@@ -131,5 +129,3 @@ edl_record_ptr edl_parse_file(void)
return edl_records;
}
-
-#endif