diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-11-04 14:38:26 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-11-04 14:38:26 +0000 |
commit | cad449ce4a6de420b36a155f9da8c575307c66a1 (patch) | |
tree | 58a2ec33904072d59ac44f39562aeb592e0d5f4f /src/xine-engine/input_rip.c | |
parent | bef16c72dc26ec32050c0382c92678f960dca719 (diff) | |
download | xine-lib-cad449ce4a6de420b36a155f9da8c575307c66a1.tar.gz xine-lib-cad449ce4a6de420b36a155f9da8c575307c66a1.tar.bz2 |
Final patches for compiling xine under MSVC:
- basename() is added to xine-utils, if it isn't found by configure
- macros with variable number of arguments are simplified to ignore
additional arguments (only for MSVC),
lprintf macro simplified with full functionality
- minor update for building a52, some preparation for ffmpeg
CVS patchset: 5687
CVS date: 2003/11/04 14:38:26
Diffstat (limited to 'src/xine-engine/input_rip.c')
-rw-r--r-- | src/xine-engine/input_rip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c index 3365a9ce1..60c6491b2 100644 --- a/src/xine-engine/input_rip.c +++ b/src/xine-engine/input_rip.c @@ -29,7 +29,7 @@ * - it's possible speeder saving streams in the xine without playing: * xine stream_mrl#save:file.raw\;noaudio\;novideo * - * $Id: input_rip.c,v 1.10 2003/11/02 14:12:52 valtri Exp $ + * $Id: input_rip.c,v 1.11 2003/11/04 14:38:26 valtri Exp $ */ /* TODO: @@ -46,7 +46,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> -#include <libgen.h> #include <stdio.h> #include <string.h> |