[longomatch] Update win32 makefile



commit 1b414363a25853bb598cdd58aee265a5f72f0d52
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon May 31 21:24:53 2010 +0200

    Update win32 makefile

 Makefile.win32 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.win32 b/Makefile.win32
index dcc763c..8012f91 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -35,7 +35,8 @@ LIBCESARPLAYER_SOURCES=\
 	libcesarplayer/src/video-utils.c\
 	libcesarplayer/src/bacon-video-widget-gst-0.10.c\
 	libcesarplayer/src/baconvideowidget-marshal.c\
-	libcesarplayer/src/gst-video-editor.c
+	libcesarplayer/src/gst-video-editor.c\
+	libcesarplayer/src/gst-camera-capturer.c
 	
 LINKOBJ  = $(patsubst libcesarplayer/src/%.c, $(BUILD_DIR)/%.o,$(LIBCESARPLAYER_SOURCES))
 
@@ -71,9 +72,11 @@ CESARPLAYER_FILES = \
 	Utils/FramesCapturer.cs \
 	Utils/IMetadataReader.cs \
 	Utils/TimeString.cs \
+	Capturer/CaptureProperties.cs \
 	Capturer/FakeCapturer.cs \
 	Capturer/GstCameraCapturer.cs \
 	Capturer/ICapturer.cs \
+	Capturer/LiveSourceTimer.cs \
 	Capturer/ObjectManager.cs \
 	Editor/IVideoEditor.cs \
 	Editor/IVideoSplitter.cs \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]