comparison command.c @ 24242:76f5d8892c04

Clean up the way get_path is handled: Compile get_path.c to an object to link against instead of directly #including the C file and replace the many extern declarations by a proper header file.
author diego
date Tue, 28 Aug 2007 11:20:24 +0000
parents ca9f239aaeab
children e446bad0872c
comparison
equal deleted inserted replaced
24241:e6c56a194610 24242:76f5d8892c04
26 #include "mixer.h" 26 #include "mixer.h"
27 #include "libmpdemux/matroska.h" 27 #include "libmpdemux/matroska.h"
28 #include "libmpcodecs/dec_video.h" 28 #include "libmpcodecs/dec_video.h"
29 #include "vobsub.h" 29 #include "vobsub.h"
30 #include "spudec.h" 30 #include "spudec.h"
31 #include "get_path.h"
31 #ifdef USE_TV 32 #ifdef USE_TV
32 #include "stream/tv.h" 33 #include "stream/tv.h"
33 #endif 34 #endif
34 #ifdef USE_RADIO 35 #ifdef USE_RADIO
35 #include "stream/stream_radio.h" 36 #include "stream/stream_radio.h"