From 8f30963c37732395940f6435b014f5cf45d52434 Mon Sep 17 00:00:00 2001 From: uau Date: Thu, 27 Apr 2006 12:40:29 +0000 Subject: Make EDL compilation unconditional git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18313 b3059339-0415-0410-9bf9-f77b7e298cf2 --- edl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'edl.c') 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 -- cgit v1.2.3