GNOME Bugzilla – Bug 366492
add windows vs8 project files
Last modified: 2006-11-14 21:09:12 UTC
Hi, I have attached windows vs8 project files for good. It will be nice to have them included in CVS.
Created attachment 75577 [details] zip archive with vs8 project files and solution
Am I missing something, or does this only include the necessary files to build - libgstautodetect - libgstid3demux - libgstavidemux - ligbstudp but pretty much nothing else? What about all the other plugins?
I will add more elements this week and submit a new zip.
Great, thanks! :)
Created attachment 76303 [details] project files for good Here is the new version of project files for good, containing the most of plugins. Note that many of plugins in ext are disabled from build by default.
Created attachment 76304 [details] [review] add needed exports to core for building good This patch should be applied against CORE, I attached it here because it's very simple and needed for building good.
Created attachment 76305 [details] [review] add needed exports to base for building good This patch should be applied against BASE.
You rock, thanks! Project files and patches to core and base committed to CVS: 2006-11-10 Tim-Philipp Müller <tim at centricular dot net> Patch by: Sergey Scobich <sergey.scobich at gmail com> * win32/vs8/gst-plugins-good.sln: * win32/vs8/libgst1394.vcproj: * win32/vs8/libgstaasink.vcproj: * win32/vs8/libgstalaw.vcproj: * win32/vs8/libgstalpha.vcproj: * win32/vs8/libgstalphacolor.vcproj: * win32/vs8/libgstannodex.vcproj: * win32/vs8/libgstapetag.vcproj: * win32/vs8/libgstaudiofx.vcproj: * win32/vs8/libgstauparse.vcproj: * win32/vs8/libgstautodetect.vcproj: * win32/vs8/libgstavi.vcproj: * win32/vs8/libgstcacasink.vcproj: * win32/vs8/libgstcdio.vcproj: * win32/vs8/libgstcutter.vcproj: * win32/vs8/libgstdv.vcproj: * win32/vs8/libgsteffectv.vcproj: * win32/vs8/libgstflac.vcproj: * win32/vs8/libgstflxdec.vcproj: * win32/vs8/libgstgoom.vcproj: * win32/vs8/libgsticydemux.vcproj: * win32/vs8/libgstid3demux.vcproj: * win32/vs8/libgstjpeg.vcproj: * win32/vs8/libgstladspa.vcproj: * win32/vs8/libgstlevel.vcproj: * win32/vs8/libgstmatroska.vcproj: * win32/vs8/libgstmikmod.vcproj: * win32/vs8/libgstmng.vcproj: * win32/vs8/libgstmonoscope.vcproj: * win32/vs8/libgstmulaw.vcproj: * win32/vs8/libgstmultipart.vcproj: * win32/vs8/libgstpng.vcproj: * win32/vs8/libgstrtp.vcproj: * win32/vs8/libgstrtsp.vcproj: * win32/vs8/libgstshout2.vcproj: * win32/vs8/libgstsmpte.vcproj: * win32/vs8/libgstspeex.vcproj: * win32/vs8/libgsttaglib.vcproj: * win32/vs8/libgstudp.vcproj: * win32/vs8/libgstvideobalance.vcproj: * win32/vs8/libgstvideobox.vcproj: * win32/vs8/libgstvideoflip.vcproj: * win32/vs8/libgstvideomixer.vcproj: * win32/vs8/libgstwavenc.vcproj: * win32/vs8/libgstwavparse.vcproj: Add VS8 project files (note that many of the plugins in ext are disabled by default). Fixes #366492.
Created attachment 76384 [details] [review] correcting end line for vs8 project files Please apply this patch to correct the end line in project files. It should be 0d,0a, not 0d,0d,0a. I forgot to tell you to pay attention to this, sorry.
Hrm, odd, I've just unpacked the files and cvs added them, looks like this change has been done automatically somewhere (maybe cvs did a s/0a/0d 0a/ without checking if it is already 0d 0a or so). Not sure what the result will be with the patch, but it seems to change things to just 0a here, so I guess that should result in the correct line end pattern on checkout on win32. Does it work with current CVS now?
Now it is correct - thanks.
Great, thanks!