]> git.sesse.net Git - vlc/commitdiff
* Microsof Visual Studio C++ 6 project files.
authorGildas Bazin <gbazin@videolan.org>
Mon, 1 Apr 2002 21:39:17 +0000 (21:39 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 1 Apr 2002 21:39:17 +0000 (21:39 +0000)
  This is usefull mainly for debugging as the hardware accelerated plugins
    can't be compiled with msvc.

I won't be maintaining this msvc project as I don't have MSVC myself, but
maybe this will encourage people to try to develop for vlc (or maybe just
discourage them ;-)

extras/Win32_msvc/defs.h [new file with mode: 0755]
extras/Win32_msvc/modules_builtin_msvc.h [new file with mode: 0755]
extras/Win32_msvc/readme.txt [new file with mode: 0755]
extras/Win32_msvc/vlc.dsp [new file with mode: 0755]
extras/Win32_msvc/vlc.dsw [new file with mode: 0755]

diff --git a/extras/Win32_msvc/defs.h b/extras/Win32_msvc/defs.h
new file mode 100755 (executable)
index 0000000..9535f06
--- /dev/null
@@ -0,0 +1,437 @@
+/* include/defs.h.  Generated automatically by configure.  */
+/* include/defs.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
+
+/* Define if using alloca.c.  */
+/* #undef C_ALLOCA */
+
+/* Define to empty if the keyword does not work.  */
+/* #undef const */
+
+/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
+   This function is required for alloca.c support on those systems.  */
+/* #undef CRAY_STACKSEG_END */
+
+/* Define if you have alloca, as a function or macro.  */
+#define HAVE_ALLOCA 1
+
+/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
+/* #undef HAVE_ALLOCA_H */
+
+/* Define if you have a working `mmap' system call.  */
+/* #undef HAVE_MMAP */
+
+/* Define as __inline if that's what the C compiler calls it.  */
+/* #undef inline */
+
+/* Define to `long' if <sys/types.h> doesn't define.  */
+/* #undef off_t */
+
+/* Define as the return type of signal handlers (int or void).  */
+#define RETSIGTYPE void
+
+/* Define to `unsigned' if <sys/types.h> doesn't define.  */
+/* #undef size_t */
+
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at run-time.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown
+ */
+/* #undef STACK_DIRECTION */
+
+/* Define if you have the ANSI C header files.  */
+#define STDC_HEADERS 1
+
+/* Define if you can safely include both <sys/time.h> and <time.h>.  */
+/* #undef TIME_WITH_SYS_TIME */
+
+#define PACKAGE "vlc"
+#define VERSION "0.2.92-dev"
+#define DVD_DEVICE "E:"
+#define VCD_DEVICE "E:"
+#define COPYRIGHT_MESSAGE "VideoLAN Client - version 0.2.92-dev_2002-03-22 Ourumov - (c) 1996-2002 VideoLAN"
+#define MODULE_SUFFIX "__MODULE_0_2_92_dev_2002_03_22"
+#define MODULE_SYMBOL 0_2_92_dev_2002_03_22
+#define VERSION_MESSAGE "vlc 0.2.92-dev_2002-03-22 Ourumov Copyright 1996-2001 VideoLAN\n"
+
+/* Define if you have the __argz_count function.  */
+/* #undef HAVE___ARGZ_COUNT */
+
+/* Define if you have the __argz_next function.  */
+/* #undef HAVE___ARGZ_NEXT */
+
+/* Define if you have the __argz_stringify function.  */
+/* #undef HAVE___ARGZ_STRINGIFY */
+
+/* Define if you have the dcgettext function.  */
+/* #undef HAVE_DCGETTEXT */
+
+/* Define if you have the feof_unlocked function.  */
+/* #undef HAVE_FEOF_UNLOCKED */
+
+/* Define if you have the fgets_unlocked function.  */
+/* #undef HAVE_FGETS_UNLOCKED */
+
+/* Define if you have the getcwd function.  */
+#define HAVE_GETCWD 1
+
+/* Define if you have the getegid function.  */
+/* #undef HAVE_GETEGID */
+
+/* Define if you have the geteuid function.  */
+/* #undef HAVE_GETEUID */
+
+/* Define if you have the getgid function.  */
+/* #undef HAVE_GETGID */
+
+/* Define if you have the getpagesize function.  */
+#define HAVE_GETPAGESIZE 1
+
+/* Define if you have the getpwuid function.  */
+/* #undef HAVE_GETPWUID */
+
+/* Define if you have the gettimeofday function.  */
+/* #undef HAVE_GETTIMEOFDAY */
+
+/* Define if you have the getuid function.  */
+/* #undef HAVE_GETUID */
+
+/* Define if you have the isatty function.  */
+#define HAVE_ISATTY 1
+
+/* Define if you have the memalign function.  */
+/* #undef HAVE_MEMALIGN */
+
+/* Define if you have the mempcpy function.  */
+/* #undef HAVE_MEMPCPY */
+
+/* Define if you have the munmap function.  */
+/* #undef HAVE_MUNMAP */
+
+/* Define if you have the putenv function.  */
+#define HAVE_PUTENV 1
+
+/* Define if you have the select function.  */
+/* #undef HAVE_SELECT */
+
+/* Define if you have the setenv function.  */
+/* #undef HAVE_SETENV */
+
+/* Define if you have the setlocale function.  */
+#define HAVE_SETLOCALE 1
+
+/* Define if you have the sigrelse function.  */
+/* #undef HAVE_SIGRELSE */
+
+/* Define if you have the stpcpy function.  */
+/* #undef HAVE_STPCPY */
+
+/* Define if you have the strcasecmp function.  */
+#define HAVE_STRCASECMP 1
+
+/* Define if you have the strchr function.  */
+#define HAVE_STRCHR 1
+
+/* Define if you have the strdup function.  */
+#define HAVE_STRDUP 1
+
+/* Define if you have the strerror function.  */
+#define HAVE_STRERROR 1
+
+/* Define if you have the strtod function.  */
+#define HAVE_STRTOD 1
+
+/* Define if you have the strtol function.  */
+#define HAVE_STRTOL 1
+
+/* Define if you have the strtoul function.  */
+#define HAVE_STRTOUL 1
+
+/* Define if you have the swab function.  */
+#define HAVE_SWAB 1
+
+/* Define if you have the tsearch function.  */
+/* #undef HAVE_TSEARCH */
+
+/* Define if you have the usleep function.  */
+/* #undef HAVE_USLEEP */
+
+/* Define if you have the valloc function.  */
+/* #undef HAVE_VALLOC */
+
+/* Define if you have the vasprintf function.  */
+/* #undef HAVE_VASPRINTF */
+
+/* Define if you have the </sys/dev/scsi/scsi_ioctl.h> header file.  */
+/* #undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H */
+
+/* Define if you have the <Cocoa/Cocoa.h> header file.  */
+/* #undef HAVE_COCOA_COCOA_H */
+
+/* Define if you have the <Ph.h> header file.  */
+/* #undef HAVE_PH_H */
+
+/* Define if you have the <X11/Xlib.h> header file.  */
+/* #undef HAVE_X11_XLIB_H */
+
+/* Define if you have the <X11/extensions/Xv.h> header file.  */
+/* #undef HAVE_X11_EXTENSIONS_XV_H */
+
+/* Define if you have the <X11/extensions/dpms.h> header file.  */
+/* #undef HAVE_X11_EXTENSIONS_DPMS_H */
+
+/* Define if you have the <a52dec/a52.h> header file.  */
+/* #undef HAVE_A52DEC_A52_H */
+
+/* Define if you have the <argz.h> header file.  */
+/* #undef HAVE_ARGZ_H */
+
+/* Define if you have the <arpa/inet.h> header file.  */
+/* #undef HAVE_ARPA_INET_H */
+
+/* Define if you have the <cthreads.h> header file.  */
+/* #undef HAVE_CTHREADS_H */
+
+/* Define if you have the <ddraw.h> header file.  */
+/* #undef HAVE_DDRAW_H */
+
+/* Define if you have the <dlfcn.h> header file.  */
+/* #undef HAVE_DLFCN_H */
+
+/* Define if you have the <dvd.h> header file.  */
+/* #undef HAVE_DVD_H */
+
+/* Define if you have the <fcntl.h> header file.  */
+#define HAVE_FCNTL_H 1
+
+/* Define if you have the <gdk/gdk.h> header file.  */
+#define HAVE_GDK_GDK_H 1
+
+/* Define if you have the <getopt.h> header file.  */
+/* #undef HAVE_GETOPT_H */
+
+/* Define if you have the <glib.h> header file.  */
+#define HAVE_GLIB_H 1
+
+/* Define if you have the <gnome.h> header file.  */
+/* #undef HAVE_GNOME_H */
+
+/* Define if you have the <gtk/gtk.h> header file.  */
+#define HAVE_GTK_GTK_H 1
+
+/* Define if you have the <image.h> header file.  */
+/* #undef HAVE_IMAGE_H */
+
+/* Define if you have the <kernel/OS.h> header file.  */
+/* #undef HAVE_KERNEL_OS_H */
+
+/* Define if you have the <kernel/scheduler.h> header file.  */
+/* #undef HAVE_KERNEL_SCHEDULER_H */
+
+/* Define if you have the <limits.h> header file.  */
+#define HAVE_LIMITS_H 1
+
+/* Define if you have the <linux/cdrom.h> header file.  */
+/* #undef HAVE_LINUX_CDROM_H */
+
+/* Define if you have the <linux/fb.h> header file.  */
+/* #undef HAVE_LINUX_FB_H */
+
+/* Define if you have the <locale.h> header file.  */
+#define HAVE_LOCALE_H 1
+
+/* Define if you have the <machine/param.h> header file.  */
+/* #undef HAVE_MACHINE_PARAM_H */
+
+/* Define if you have the <machine/soundcard.h> header file.  */
+/* #undef HAVE_MACHINE_SOUNDCARD_H */
+
+/* Define if you have the <mad.h> header file.  */
+/* #undef HAVE_MAD_H */
+
+/* Define if you have the <malloc.h> header file.  */
+#define HAVE_MALLOC_H 1
+
+/* Define if you have the <net/if.h> header file.  */
+/* #undef HAVE_NET_IF_H */
+
+/* Define if you have the <netinet/in.h> header file.  */
+/* #undef HAVE_NETINET_IN_H */
+
+/* Define if you have the <nl_types.h> header file.  */
+/* #undef HAVE_NL_TYPES_H */
+
+/* Define if you have the <pthread.h> header file.  */
+/* #undef HAVE_PTHREAD_H */
+
+/* Define if you have the <soundcard.h> header file.  */
+/* #undef HAVE_SOUNDCARD_H */
+
+/* Define if you have the <stddef.h> header file.  */
+#define HAVE_STDDEF_H 1
+
+/* Define if you have the <stdlib.h> header file.  */
+#define HAVE_STDLIB_H 1
+
+/* Define if you have the <string.h> header file.  */
+#define HAVE_STRING_H 1
+
+/* Define if you have the <strings.h> header file.  */
+#define HAVE_STRINGS_H 1
+
+/* Define if you have the <sys/cdio.h> header file.  */
+/* #undef HAVE_SYS_CDIO_H */
+
+/* Define if you have the <sys/dvdio.h> header file.  */
+/* #undef HAVE_SYS_DVDIO_H */
+
+/* Define if you have the <sys/ioctl.h> header file.  */
+/* #undef HAVE_SYS_IOCTL_H */
+
+/* Define if you have the <sys/param.h> header file.  */
+/* #undef HAVE_SYS_PARAM_H */
+
+/* Define if you have the <sys/shm.h> header file.  */
+/* #undef HAVE_SYS_SHM_H */
+
+/* Define if you have the <sys/socket.h> header file.  */
+/* #undef HAVE_SYS_SOCKET_H */
+
+/* Define if you have the <sys/sockio.h> header file.  */
+/* #undef HAVE_SYS_SOCKIO_H */
+
+/* Define if you have the <sys/soundcard.h> header file.  */
+/* #undef HAVE_SYS_SOUNDCARD_H */
+
+/* Define if you have the <sys/time.h> header file.  */
+#define HAVE_SYS_TIME_H 1
+
+/* Define if you have the <sys/times.h> header file.  */
+/* #undef HAVE_SYS_TIMES_H */
+
+/* Define if you have the <unistd.h> header file.  */
+/* #undef HAVE_UNISTD_H */
+
+/* Define if you have the <winioctl.h> header file.  */
+#define HAVE_WINIOCTL_H 1
+
+/* Define if you have the mad library (-lmad).  */
+/* #undef HAVE_LIBMAD */
+
+/* Define if you have the pth library (-lpth).  */
+/* #undef HAVE_LIBPTH */
+
+/* Define if you have the st library (-lst).  */
+/* #undef HAVE_LIBST */
+
+/* css decryption with player keys */
+/* #undef HAVE_CSSKEYS */
+
+/* Define if you have the iconv() function. */
+/* #undef HAVE_ICONV */
+
+/* Define as const if the declaration of iconv() needs const. */
+/* #undef ICONV_CONST */
+
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+/* #undef HAVE_LANGINFO_CODESET */
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+/* #undef HAVE_LC_MESSAGES */
+
+/* Define to 1 if translation of program messages to the user's native language
+   is requested. */
+#define ENABLE_NLS 1
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+/* #undef HAVE_GETTEXT */
+
+/* long getopt support */
+/* #undef HAVE_GETOPT_LONG */
+
+/* getopt support */
+/* #undef HAVE_GETOPT_LONG */
+
+/* Define if <pthread.h> defines pthread_cond_t. */
+/* #undef PTHREAD_COND_T_IN_PTHREAD_H */
+
+/* Define if <strings.h> defines strncasecmp. */
+/* #undef STRNCASECMP_IN_STRINGS_H */
+
+/* Define if <X11/extensions/dpms.h> defines DPMSInfo. */
+/* #undef DPMSINFO_IN_DPMS_H */
+
+/* Define if <sys/param.h> defines ntohl. */
+/* #undef NTOHL_IN_SYS_PARAM_H */
+
+/* Maximum supported data alignment */
+#define ATTRIBUTE_ALIGNED_MAX 16
+
+/* Define if <sys/types.h> defines boolean_t. */
+/* #undef BOOLEAN_T_IN_SYS_TYPES_H */
+
+/* Define if <pthread.h> defines boolean_t. */
+/* #undef BOOLEAN_T_IN_PTHREAD_H */
+
+/* Define if <cthreads.h> defines boolean_t. */
+/* #undef BOOLEAN_T_IN_CTHREADS_H */
+
+/* Define if $CC groks 3D Now! inline assembly. */
+#define CAN_COMPILE_3DNOW 1
+
+/* Define if $CC groks SSE inline assembly. */
+#define CAN_COMPILE_SSE 1
+
+/* Define if $CC groks ALTIVEC inline assembly. */
+/* #undef CAN_COMPILE_ALTIVEC */
+
+/* Define if your compiler groks C altivec extensions. */
+/* #undef CAN_COMPILE_C_ALTIVEC */
+
+/* Define if <sys/cdio.h> defines dvd_struct. */
+/* #undef DVD_STRUCT_IN_SYS_CDIO_H */
+
+/* Define if <sys/dvdio.h> defines dvd_struct. */
+/* #undef DVD_STRUCT_IN_SYS_DVDIO_H */
+
+/* Define if <linux/cdrom.h> defines DVD_STRUCT. */
+/* #undef DVD_STRUCT_IN_LINUX_CDROM_H */
+
+/* Define if <dvd.h> defines DVD_STRUCT. */
+/* #undef DVD_STRUCT_IN_DVD_H */
+
+/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
+/* #undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H */
+
+/* Have userspace SCSI headers. */
+/* #undef SOLARIS_USCSI */
+
+/* Define if <sys/scsi.h> defines sctl_io. */
+/* #undef HPUX_SCTL_IO */
+
+/* Define if Linux-like dvd_struct is defined. */
+/* #undef HAVE_LINUX_DVD_STRUCT */
+
+/* Define if OpenBSD-like dvd_struct is defined. */
+/* #undef HAVE_OPENBSD_DVD_STRUCT */
+
+/* Define if FreeBSD-like dvd_struct is defined. */
+/* #undef HAVE_BSD_DVD_STRUCT */
+
+/* define if compiling with satellite card support */
+/* #undef HAVE_SATELLITE */
+
+/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */
+#define SDL_INCLUDE_FILE <SDL/SDL.h>
+
+/* big endian system */
+/* #undef WORDS_BIGENDIAN */
+
+/* Define if <pth.h> defines pth_init */
+/* #undef PTH_INIT_IN_PTH_H */
+
+/* Define if <st.h> defines st_init */
+/* #undef ST_INIT_IN_ST_H */
+
diff --git a/extras/Win32_msvc/modules_builtin_msvc.h b/extras/Win32_msvc/modules_builtin_msvc.h
new file mode 100755 (executable)
index 0000000..17f1851
--- /dev/null
@@ -0,0 +1,139 @@
+/*****************************************************************************
+ * modules_builtin.h: built-in modules list
+ *****************************************************************************
+ * Copyright (C) 2001 VideoLAN
+ *
+ * Authors: Samuel Hocevar <sam@zoy.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+#define ALLOCATE_BUILTIN( NAME ) \
+    AllocateBuiltinModule( InitModule__MODULE_ ## NAME, \
+                           ActivateModule__MODULE_ ## NAME, \
+                           DeactivateModule__MODULE_ ## NAME );
+
+/* We also consider the main program as a module (useful for config stuff) */
+int InitModule__MODULE_main( module_t* );
+int ActivateModule__MODULE_main( module_t* );
+int DeactivateModule__MODULE_main( module_t* );
+
+/* Add stuff here */
+int InitModule__MODULE_null( module_t* );
+int ActivateModule__MODULE_null( module_t* );
+int DeactivateModule__MODULE_null( module_t* );
+int InitModule__MODULE_mpeg_es( module_t* );
+int ActivateModule__MODULE_mpeg_es( module_t* );
+int DeactivateModule__MODULE_mpeg_es( module_t* );
+int InitModule__MODULE_mpeg_ps( module_t* );
+int ActivateModule__MODULE_mpeg_ps( module_t* );
+int DeactivateModule__MODULE_mpeg_ps( module_t* );
+int InitModule__MODULE_mpeg_ts( module_t* );
+int ActivateModule__MODULE_mpeg_ts( module_t* );
+int DeactivateModule__MODULE_mpeg_ts( module_t* );
+int InitModule__MODULE_file( module_t* );
+int ActivateModule__MODULE_file( module_t* );
+int DeactivateModule__MODULE_file( module_t* );
+int InitModule__MODULE_memcpy( module_t* );
+int ActivateModule__MODULE_memcpy( module_t* );
+int DeactivateModule__MODULE_memcpy( module_t* );
+int InitModule__MODULE_lpcm_adec( module_t* );
+int ActivateModule__MODULE_lpcm_adec( module_t* );
+int DeactivateModule__MODULE_lpcm_adec( module_t* );
+int InitModule__MODULE_ac3_spdif( module_t* );
+int ActivateModule__MODULE_ac3_spdif( module_t* );
+int DeactivateModule__MODULE_ac3_spdif( module_t* );
+int InitModule__MODULE_spudec( module_t* );
+int ActivateModule__MODULE_spudec( module_t* );
+int DeactivateModule__MODULE_spudec( module_t* );
+int InitModule__MODULE_sdl( module_t* );
+int ActivateModule__MODULE_sdl( module_t* );
+int DeactivateModule__MODULE_sdl( module_t* );
+int InitModule__MODULE_directx( module_t* );
+int ActivateModule__MODULE_directx( module_t* );
+int DeactivateModule__MODULE_directx( module_t* );
+int InitModule__MODULE_waveout( module_t* );
+int ActivateModule__MODULE_waveout( module_t* );
+int DeactivateModule__MODULE_waveout( module_t* );
+int InitModule__MODULE_idct( module_t* );
+int ActivateModule__MODULE_idct( module_t* );
+int DeactivateModule__MODULE_idct( module_t* );
+int InitModule__MODULE_idctclassic( module_t* );
+int ActivateModule__MODULE_idctclassic( module_t* );
+int DeactivateModule__MODULE_idctclassic( module_t* );
+int InitModule__MODULE_motion( module_t* );
+int ActivateModule__MODULE_motion( module_t* );
+int DeactivateModule__MODULE_motion( module_t* );
+int InitModule__MODULE_imdct( module_t* );
+int ActivateModule__MODULE_imdct( module_t* );
+int DeactivateModule__MODULE_imdct( module_t* );
+int InitModule__MODULE_downmix( module_t* );
+int ActivateModule__MODULE_downmix( module_t* );
+int DeactivateModule__MODULE_downmix( module_t* );
+int InitModule__MODULE_chroma_i420_rgb( module_t* );
+int ActivateModule__MODULE_chroma_i420_rgb( module_t* );
+int DeactivateModule__MODULE_chroma_i420_rgb( module_t* );
+int InitModule__MODULE_chroma_i420_yuy2( module_t* );
+int ActivateModule__MODULE_chroma_i420_yuy2( module_t* );
+int DeactivateModule__MODULE_chroma_i420_yuy2( module_t* );
+int InitModule__MODULE_chroma_i422_yuy2( module_t* );
+int ActivateModule__MODULE_chroma_i422_yuy2( module_t* );
+int DeactivateModule__MODULE_chroma_i422_yuy2( module_t* );
+int InitModule__MODULE_mpeg_adec( module_t* );
+int ActivateModule__MODULE_mpeg_adec( module_t* );
+int DeactivateModule__MODULE_mpeg_adec( module_t* );
+int InitModule__MODULE_ac3_adec( module_t* );
+int ActivateModule__MODULE_ac3_adec( module_t* );
+int DeactivateModule__MODULE_ac3_adec( module_t* );
+int InitModule__MODULE_dummy( module_t* );
+int ActivateModule__MODULE_dummy( module_t* );
+int DeactivateModule__MODULE_dummy( module_t* );
+int InitModule__MODULE_mpeg_vdec( module_t* );
+int ActivateModule__MODULE_mpeg_vdec( module_t* );
+int DeactivateModule__MODULE_mpeg_vdec( module_t* );
+int InitModule__MODULE_dvd( module_t* );\r
+int ActivateModule__MODULE_dvd( module_t* );\r
+int DeactivateModule__MODULE_dvd( module_t* );\r
+int InitModule__MODULE_gtk( module_t* );\r
+int ActivateModule__MODULE_gtk( module_t* );\r
+int DeactivateModule__MODULE_gtk( module_t* );\r
+
+#define ALLOCATE_ALL_BUILTINS() \
+    do \
+    { \
+        ALLOCATE_BUILTIN(null); \
+        ALLOCATE_BUILTIN(mpeg_es); \
+        ALLOCATE_BUILTIN(mpeg_ps); \
+        ALLOCATE_BUILTIN(mpeg_ts); \
+        ALLOCATE_BUILTIN(file); \
+        ALLOCATE_BUILTIN(memcpy); \
+        ALLOCATE_BUILTIN(lpcm_adec); \
+        ALLOCATE_BUILTIN(spudec); \
+        ALLOCATE_BUILTIN(directx); \
+        ALLOCATE_BUILTIN(waveout); \
+        ALLOCATE_BUILTIN(idct); \
+        ALLOCATE_BUILTIN(idctclassic); \
+        ALLOCATE_BUILTIN(motion); \
+        ALLOCATE_BUILTIN(imdct); \
+        ALLOCATE_BUILTIN(downmix); \
+        ALLOCATE_BUILTIN(chroma_i420_rgb); \
+        ALLOCATE_BUILTIN(chroma_i420_yuy2); \
+        ALLOCATE_BUILTIN(chroma_i422_yuy2); \
+        ALLOCATE_BUILTIN(mpeg_adec); \
+        ALLOCATE_BUILTIN(ac3_adec); \
+        ALLOCATE_BUILTIN(dummy); \
+        ALLOCATE_BUILTIN(mpeg_vdec); \
+        ALLOCATE_BUILTIN(dvd); \\r
+    } while( 0 );
diff --git a/extras/Win32_msvc/readme.txt b/extras/Win32_msvc/readme.txt
new file mode 100755 (executable)
index 0000000..6c81523
--- /dev/null
@@ -0,0 +1,10 @@
+In this directory you will find a Microsoft Visual Studio C++ 6 project
+to build vlc.
+
+You should be aware that this project should mainly be used for debugging vlc.
+Most of the hardware accelerated plugins can't be built from MSVC as they are
+programmed in assembly using the GCC asm syntax and MSVC doesn't understand
+this.
+
+Also you shouldn't expect this project to be working out of the box as you
+need to configure it to include the GTK headers and libraries.
\ No newline at end of file
diff --git a/extras/Win32_msvc/vlc.dsp b/extras/Win32_msvc/vlc.dsp
new file mode 100755 (executable)
index 0000000..11de408
--- /dev/null
@@ -0,0 +1,1581 @@
+# Microsoft Developer Studio Project File - Name="vlc" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=vlc - Win32 Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vlc.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "vlc.mak" CFG="vlc - Win32 Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "vlc - Win32 Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "vlc - Win32 Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "Release"\r
+# PROP BASE Intermediate_Dir "Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "Release"\r
+# PROP Intermediate_Dir "Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /I . /I../../include /c\r
+# ADD BASE RSC /l 0x414 /d "NDEBUG"\r
+# ADD RSC /l 0x414 /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "Debug"\r
+# PROP BASE Intermediate_Dir "Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "Debug"\r
+# PROP Intermediate_Dir "Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /I . /I../../include /c\r
+# ADD BASE RSC /l 0x414 /d "_DEBUG"\r
+# ADD RSC /l 0x809 /i "../" /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# SUBTRACT LINK32 /pdb:none\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "vlc - Win32 Release"\r
+# Name "vlc - Win32 Debug"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
+# Begin Group "extras"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Group "GNUgetopt"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\GNUgetopt\getopt.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\GNUgetopt\getopt.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\GNUgetopt\getopt1.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "libdvdcss"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\css.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\css.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\csstables.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\ioctl.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\ioctl.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\libdvdcss.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\extras\libdvdcss\libdvdcss.h\r
+# End Source File\r
+# End Group\r
+# End Group\r
+# Begin Group "plugins"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Group "ac3_adec"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_adec.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_adec.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_bit_allocate.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_decoder.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_decoder.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_exponent.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_exponent.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_imdct.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_internal.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_mantissa.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_mantissa.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_parse.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\ac3_adec\ac3_rematrix.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ac3_adec\r
+# End Source File\r
+# End Group\r
+# Begin Group "access"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\access\file.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=file\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\access\http.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=http\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\access\udp.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=udp\r
+# End Source File\r
+# End Group\r
+# Begin Group "chroma"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_rgb.c\r
+# ADD CPP /D "BUILTIN" /D "MODULE_NAME_IS_chroma_i420_rgb" /D MODULE_NAME=chroma_i420_rgb\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_rgb.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_rgb16.c\r
+# ADD CPP /D "BUILTIN" /D "MODULE_NAME_IS_chroma_i420_rgb" /D MODULE_NAME=chroma_i420_rgb\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_rgb8.c\r
+# ADD CPP /D "BUILTIN" /D "MODULE_NAME_IS_chroma_i420_rgb" /D MODULE_NAME=chroma_i420_rgb\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_rgb_c.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_yuy2.c\r
+# ADD CPP /D "BUILTIN" /D "MODULE_NAME_IS_chroma_i420_yuy2" /D MODULE_NAME=chroma_i420_yuy2\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i420_yuy2.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i422_yuy2.c\r
+# ADD CPP /D "BUILTIN" /D "MODULE_NAME_IS_chroma_i422_yuy2" /D MODULE_NAME=chroma_i422_yuy2\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\chroma\i422_yuy2.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "directx"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\directx\aout_directx.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=directx\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\directx\directx.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=directx\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\directx\vout_directx.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=directx\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\directx\vout_directx.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\directx\vout_events.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=directx\r
+# End Source File\r
+# End Group\r
+# Begin Group "downmix"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\downmix\ac3_downmix_c.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=downmix\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\downmix\ac3_downmix_common.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\downmix\downmix.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=downmix\r
+# End Source File\r
+# End Group\r
+# Begin Group "dummy"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dummy\aout_dummy.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=dummy\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dummy\dummy.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=dummy\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dummy\input_dummy.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=dummy\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dummy\intf_dummy.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=dummy\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dummy\null.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=null\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dummy\vout_dummy.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=dummy\r
+# End Source File\r
+# End Group\r
+# Begin Group "dvd"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_access.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_demux.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_es.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_es.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_ifo.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_ifo.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_seek.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_seek.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_summary.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_summary.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_udf.c\r
+# ADD CPP /I "../libdvdcss" /D "BUILTIN" /D MODULE_NAME=dvd\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\dvd\dvd_udf.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "filter"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\filter\deinterlace.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=deinterlace\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=deinterlace\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\filter\distort.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=distort\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=distort\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\filter\filter_common.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\filter\invert.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=insert\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=insert\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\filter\transform.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=transform\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=transform\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\filter\wall.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=wall\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=wall\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "fx"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\fx\scope.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=scope\r
+# End Source File\r
+# End Group\r
+# Begin Group "gtk"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_callbacks.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_callbacks.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_common.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_control.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_control.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_display.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_display.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_interface.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_interface.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_menu.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_menu.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_modules.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_modules.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_open.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_open.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_playlist.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_playlist.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_preferences.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_preferences.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_support.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=gtk\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\gtk\gtk_support.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "idct"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\idct\block_c.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\idct\idct.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=idct\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\idct\idct.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\idct\idct_decl.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\idct\idct_sparse.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\idct\idctclassic.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=idctclassic\r
+# End Source File\r
+# End Group\r
+# Begin Group "imdct"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\ac3_imdct_c.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=imdct\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\ac3_imdct_common.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=imdct\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\ac3_imdct_common.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\ac3_retables.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\ac3_srfft.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\ac3_srfft_c.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=imdct\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\imdct\imdct.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=imdct\r
+# End Source File\r
+# End Group\r
+# Begin Group "lpcm_adec"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\lpcm_adec\lpcm_adec.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=lpcm_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\lpcm_adec\lpcm_adec.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "memcpy"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\memcpy\fastmemcpy.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\memcpy\memcpy.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=memcpy\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=memcpy /D "MODULE_NAME_IS_memcpy"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "motion"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\motion\motion.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=motion\r
+# End Source File\r
+# End Group\r
+# Begin Group "mpeg_adec"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\adec_layer1.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\adec_layer1.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\adec_layer2.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\adec_layer2.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\adec_math.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\adec_math.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\mpeg_adec.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\mpeg_adec.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\mpeg_adec_generic.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_adec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_adec\mpeg_adec_generic.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "mpeg_system"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_system\mpeg_es.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_es\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_system\mpeg_ps.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_ps\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_system\mpeg_ts.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_ts\r
+# End Source File\r
+# End Group\r
+# Begin Group "mpeg_vdec"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\video_decoder.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_vdec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\video_decoder.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\video_parser.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_vdec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\video_parser.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\vpar_blocks.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_vdec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\vpar_blocks.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\vpar_headers.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_vdec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\vpar_pool.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_vdec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\vpar_pool.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\mpeg_vdec\vpar_synchro.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=mpeg_vdec\r
+# End Source File\r
+# End Group\r
+# Begin Group "network"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\network\ipv4.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=ipv4\r
+# End Source File\r
+# End Group\r
+# Begin Group "sdl"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\sdl\aout_sdl.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=sdl\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=sdl\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\sdl\sdl.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=sdl\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=sdl\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\sdl\vout_sdl.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=sdl\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=sdl\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "spudec"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\spudec\spu_decoder.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=spudec\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\spudec\spu_decoder.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "text"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\text\logger.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=logger\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\text\rc.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=rc\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=rc\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "vcd"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\vcd\cdrom_tools.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=vcd\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=vcd\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\vcd\cdrom_tools.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\vcd\input_vcd.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=vcd\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=vcd\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\vcd\input_vcd.h\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\vcd\vcd.c\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=vcd\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# PROP Exclude_From_Build 1\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=vcd\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# Begin Group "win32"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\plugins\win32\waveout.c\r
+# ADD CPP /D "BUILTIN" /D MODULE_NAME=waveout\r
+# End Source File\r
+# End Group\r
+# End Group\r
+# Begin Group "src"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Group "audio_output"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE="..\..\src\audio_output\aout_ext-dec.c"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\audio_output\aout_pcm.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\audio_output\aout_pcm.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\audio_output\aout_spdif.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\audio_output\aout_spdif.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\audio_output\audio_output.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "input"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\input\input.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\input\input_clock.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\input\input_dec.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\src\input\input_ext-dec.c"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\src\input\input_ext-intf.c"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\src\input\input_ext-plugins.c"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\input\input_programs.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\input\mpeg_system.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "interface"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\interface\interface.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\interface\intf_eject.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\interface\intf_msg.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\interface\intf_playlist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\interface\main.c\r
+# ADD CPP /I ".."\r
+# End Source File\r
+# End Group\r
+# Begin Group "misc"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\configuration.c\r
+# ADD CPP /I ".."\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\iso_lang.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\modules.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\modules_builtin.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\modules_plugin.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\mtime.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\netutils.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\misc\win32_specific.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "video_output"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\video_output\video_output.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\video_output\video_text.c\r
+# ADD CPP /D DATA_PATH=\".\"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\video_output\video_text.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\video_output\vout_pictures.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\video_output\vout_subpictures.c\r
+# End Source File\r
+# End Group\r
+# End Group\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\ac3_downmix.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\ac3_imdct.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\audio_output.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\beos_specific.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\common.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\config.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\configuration.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\darwin_specific.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\debug.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\defs.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\include\input_ext-dec.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\include\input_ext-intf.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\include\input_ext-plugins.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\input_iovec.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\interface.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\intf_eject.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\intf_msg.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\intf_playlist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\inttypes.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\iso_lang.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\main.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\mmx.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\modules.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\modules_inner.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\mtime.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\netutils.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\network.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\stream_control.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\threads.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE="..\..\include\vdec_ext-plugins.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\video.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\video_output.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\videolan\vlc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\include\win32_specific.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# Begin Source File\r
+\r
+SOURCE=..\..\share\vlc_win32_rc.rc\r
+\r
+!IF  "$(CFG)" == "vlc - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "vlc - Win32 Debug"\r
+\r
+# ADD BASE RSC /l 0x40c /i "\vlc-win\share"\r
+# ADD RSC /l 0x40c /i "../../" /i "\vlc-win\share"\r
+# SUBTRACT RSC /i "../"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/extras/Win32_msvc/vlc.dsw b/extras/Win32_msvc/vlc.dsw
new file mode 100755 (executable)
index 0000000..8f56352
--- /dev/null
@@ -0,0 +1,29 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00\r
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!\r
+\r
+###############################################################################\r
+\r
+Project: "vlc"=.\vlc.dsp - Package Owner=<4>\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<4>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r
+Global:\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<3>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r