diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2007-09-29 12:50:36 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2007-09-29 12:50:36 +0000 |
commit | e58ccbc8f95b080cf9b968e8eac2b9262215e34e (patch) | |
tree | c53807f680d41d3346ba02c68eb1134b98cb16f8 /win32 | |
parent | bea901065843072d691f397397e815332be0b071 (diff) | |
download | gstreamer-plugins-good-e58ccbc8f95b080cf9b968e8eac2b9262215e34e.tar.gz |
win32/MANIFEST: Add files to win32 manifest.
Original commit message from CVS:
* win32/MANIFEST:
Add files to win32 manifest.
* win32/vs6/libgstaudiofx.dsp:
* win32/vs6/libgstqtdemux.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgstrtsp.dsp:
Update project files.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/MANIFEST | 2 | ||||
-rw-r--r-- | win32/vs6/libgstaudiofx.dsp | 8 | ||||
-rw-r--r-- | win32/vs6/libgstqtdemux.dsp | 8 | ||||
-rw-r--r-- | win32/vs6/libgstrtp.dsp | 4 | ||||
-rw-r--r-- | win32/vs6/libgstrtsp.dsp | 40 |
5 files changed, 22 insertions, 40 deletions
diff --git a/win32/MANIFEST b/win32/MANIFEST index 2cd133b8a..5b69321b1 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -1,6 +1,8 @@ win32/MANIFEST win32/common/config.h win32/common/config.h.in +win32/common/gstudp-enumtypes.c +win32/common/gstudp-enumtypes.h win32/vs6/gst_plugins_good.dsw win32/vs6/autogen.dsp win32/vs6/libgstalaw.dsp diff --git a/win32/vs6/libgstaudiofx.dsp b/win32/vs6/libgstaudiofx.dsp index 97b8f5ca0..922964d4f 100644 --- a/win32/vs6/libgstaudiofx.dsp +++ b/win32/vs6/libgstaudiofx.dsp @@ -108,6 +108,14 @@ SOURCE=..\..\gst\audiofx\audioamplify.c # End Source File
# Begin Source File
+SOURCE=..\..\gst\audiofx\audiochebyshevfreqband.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\gst\audiofx\audiochebyshevfreqlimit.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\gst\audiofx\audiodynamic.c
# End Source File
# Begin Source File
diff --git a/win32/vs6/libgstqtdemux.dsp b/win32/vs6/libgstqtdemux.dsp index b1e32cbf4..6c35e8676 100644 --- a/win32/vs6/libgstqtdemux.dsp +++ b/win32/vs6/libgstqtdemux.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTQTDEMUX_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /I "../../../gst-plugins-base/gst-libs" /I "../../../gst-plugins-bad/gst/qtdemux" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTQTDEMUX_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /I "../../../gst-plugins-base/gst-libs" /I "../../../gst-plugins-good/gst/qtdemux" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTQTDEMUX_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x40c /d "NDEBUG"
@@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# 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 /nologo /dll /machine:I386
-# ADD LINK32 glib-2.0.lib gobject-2.0.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib zlib.lib /nologo /dll /machine:I386 /libpath:"../../../gstreamer/win32/vs6/release" /libpath:"../../../gst-plugins-base/win32/vs6/release" /libpath:"./release"
+# ADD LINK32 glib-2.0.lib gobject-2.0.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib libgsttag-0.10.lib zlib.lib /nologo /dll /machine:I386 /libpath:"../../../gstreamer/win32/vs6/release" /libpath:"../../../gst-plugins-base/win32/vs6/release" /libpath:"./release"
# Begin Special Build Tool
TargetPath=.\Release\libgstqtdemux.dll
SOURCE="$(InputPath)"
@@ -74,7 +74,7 @@ PostBuild_Cmds=copy /Y $(TargetPath) c:\gstreamer\lib\gstreamer-0.10 # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTQTDEMUX_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /I "../../../gst-plugins-base/gst-libs" /I "../../../gst-plugins-bad/gst/qtdemux" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTQTDEMUX_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /I "../../../gst-plugins-base/gst-libs" /I "../../../gst-plugins-good/gst/qtdemux" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTQTDEMUX_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x40c /d "_DEBUG"
@@ -84,7 +84,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# 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 /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 glib-2.0D.lib gobject-2.0D.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib zlib.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug" /libpath:"./debug"
+# ADD LINK32 glib-2.0D.lib gobject-2.0D.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib libgsttag-0.10.lib zlib.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug" /libpath:"./debug"
# Begin Special Build Tool
TargetPath=.\Debug\libgstqtdemux.dll
SOURCE="$(InputPath)"
diff --git a/win32/vs6/libgstrtp.dsp b/win32/vs6/libgstrtp.dsp index 60954c0f2..86c8075b1 100644 --- a/win32/vs6/libgstrtp.dsp +++ b/win32/vs6/libgstrtp.dsp @@ -140,6 +140,10 @@ SOURCE=..\..\gst\rtp\gstrtpgsmpay.c # End Source File
# Begin Source File
+SOURCE=..\..\gst\rtp\gstrtph263depay.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\gst\rtp\gstrtph263pay.c
# End Source File
# Begin Source File
diff --git a/win32/vs6/libgstrtsp.dsp b/win32/vs6/libgstrtsp.dsp index ec458ea02..b2a6a8502 100644 --- a/win32/vs6/libgstrtsp.dsp +++ b/win32/vs6/libgstrtsp.dsp @@ -54,7 +54,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# 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 /nologo /dll /machine:I386
-# ADD LINK32 ws2_32.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib glib-2.0.lib gobject-2.0.lib /nologo /dll /machine:I386 /libpath:"../../../gstreamer/win32/vs6/release" /libpath:"./release" /libpath:"../../../gst-plugins-base/win32/vs6/release"
+# ADD LINK32 ws2_32.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib glib-2.0.lib gobject-2.0.lib libgstrtsp-0.10.lib /nologo /dll /machine:I386 /libpath:"../../../gstreamer/win32/vs6/release" /libpath:"./release" /libpath:"../../../gst-plugins-base/win32/vs6/release"
# Begin Special Build Tool
TargetPath=.\Release\libgstrtsp.dll
SOURCE="$(InputPath)"
@@ -86,7 +86,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# 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 /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 ws2_32.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib glib-2.0D.lib gobject-2.0D.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"./debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug"
+# ADD LINK32 ws2_32.lib libgstreamer-0.10.lib libgstbase-0.10.lib libgstrtp-0.10.lib glib-2.0D.lib gobject-2.0D.lib libgstrtsp-0.10.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gstreamer/win32/vs6/debug" /libpath:"./debug" /libpath:"../../../gst-plugins-base/win32/vs6/debug"
# Begin Special Build Tool
TargetPath=.\Debug\libgstrtsp.dll
SOURCE="$(InputPath)"
@@ -104,10 +104,6 @@ PostBuild_Cmds=copy /Y $(TargetPath) c:\gstreamer\debug\lib\gstreamer-0.10 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=..\..\gst\rtsp\base64.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\gst\rtsp\gstrtpdec.c
# End Source File
# Begin Source File
@@ -116,39 +112,11 @@ SOURCE=..\..\gst\rtsp\gstrtsp.c # End Source File
# Begin Source File
-SOURCE=..\..\gst\rtsp\gstrtspsrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\rtspconnection.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\rtspdefs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\rtspextwms.c
+SOURCE=..\..\gst\rtsp\gstrtspext.c
# End Source File
# Begin Source File
-SOURCE=..\..\gst\rtsp\rtspmessage.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\rtsprange.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\rtsptransport.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\rtspurl.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\gst\rtsp\sdpmessage.c
+SOURCE=..\..\gst\rtsp\gstrtspsrc.c
# End Source File
# End Group
# Begin Group "Header Files"
|