From 591a24bc35ee905abda07bc8be2561d188b35276 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 25 Jul 2004 10:33:07 +0000 Subject: Copy the files where needed after building, cleaner projects Original commit message from CVS: Copy the files where needed after building, cleaner projects --- gst-libs/gst/audio/audio.def | 2 + gst-libs/gst/audio/audio.vcproj | 152 ++++++++++++++++++++++++++++++++ gst-libs/gst/audio/audiofilter.vcproj | 143 ++++++++++++++++++++++++++++++ gst-libs/gst/riff/riff.def | 24 ++++++ gst-libs/gst/riff/riff.vcproj | 158 ++++++++++++++++++++++++++++++++++ 5 files changed, 479 insertions(+) create mode 100644 gst-libs/gst/audio/audio.def create mode 100644 gst-libs/gst/audio/audio.vcproj create mode 100644 gst-libs/gst/audio/audiofilter.vcproj create mode 100644 gst-libs/gst/riff/riff.def create mode 100644 gst-libs/gst/riff/riff.vcproj (limited to 'gst-libs/gst') diff --git a/gst-libs/gst/audio/audio.def b/gst-libs/gst/audio/audio.def new file mode 100644 index 00000000..caae1c0a --- /dev/null +++ b/gst-libs/gst/audio/audio.def @@ -0,0 +1,2 @@ +EXPORTS + gst_plugin_desc diff --git a/gst-libs/gst/audio/audio.vcproj b/gst-libs/gst/audio/audio.vcproj new file mode 100644 index 00000000..0af576b2 --- /dev/null +++ b/gst-libs/gst/audio/audio.vcproj @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/audio/audiofilter.vcproj b/gst-libs/gst/audio/audiofilter.vcproj new file mode 100644 index 00000000..79e9822c --- /dev/null +++ b/gst-libs/gst/audio/audiofilter.vcproj @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst-libs/gst/riff/riff.def b/gst-libs/gst/riff/riff.def new file mode 100644 index 00000000..8d27a664 --- /dev/null +++ b/gst-libs/gst/riff/riff.def @@ -0,0 +1,24 @@ +EXPORTS + gst_plugin_desc + gst_riff_read_get_type + gst_riff_create_video_template_caps + gst_riff_create_video_caps + gst_riff_create_video_caps_with_data + gst_riff_create_audio_template_caps + gst_riff_create_audio_caps + gst_riff_create_audio_caps_with_data + gst_riff_create_iavs_template_caps + gst_riff_create_iavs_caps + gst_riff_read_header + gst_riff_read_data + gst_riff_read_seek + gst_riff_read_skip + gst_riff_read_info + gst_riff_read_list + gst_riff_read_ascii + gst_riff_read_strh + gst_riff_read_strf_iavs + gst_riff_read_strf_auds_with_data + gst_riff_read_strf_vids_with_data + gst_riff_peek_tag + gst_riff_peek_list diff --git a/gst-libs/gst/riff/riff.vcproj b/gst-libs/gst/riff/riff.vcproj new file mode 100644 index 00000000..99a2f257 --- /dev/null +++ b/gst-libs/gst/riff/riff.vcproj @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1