From 7f4028ce85070f3cf39982a393411f0455dc0301 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 24 Jul 2004 21:11:31 +0000 Subject: Add the preliminary canvas to build plugins on Win32 Original commit message from CVS: Add the preliminary canvas to build plugins on Win32 --- gst-libs/gst/gst-libs.def | 7 ++ gst-libs/gst/gst-libs.vcproj | 158 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 165 insertions(+) create mode 100644 gst-libs/gst/gst-libs.def create mode 100644 gst-libs/gst/gst-libs.vcproj (limited to 'gst-libs/gst') diff --git a/gst-libs/gst/gst-libs.def b/gst-libs/gst/gst-libs.def new file mode 100644 index 00000000..1d566218 --- /dev/null +++ b/gst-libs/gst/gst-libs.def @@ -0,0 +1,7 @@ +EXPORTS + gst_riff_read_get_type + gst_riff_create_video_template_caps + gst_riff_create_video_caps + gst_riff_create_audio_template_caps + gst_riff_create_audio_caps + gst_plugin_desc \ No newline at end of file diff --git a/gst-libs/gst/gst-libs.vcproj b/gst-libs/gst/gst-libs.vcproj new file mode 100644 index 00000000..67eabe6c --- /dev/null +++ b/gst-libs/gst/gst-libs.vcproj @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1