[ekiga/gnome-2-26] [windows] Disable spec generation for theora during building



commit a3f78b366fe7986373ab548d3ef0e89e8875c55d
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Apr 19 01:45:17 2010 +0200

    [windows] Disable spec generation for theora during building
    
    Fixes a building error too.

 win32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 80e795c..cea6fc2 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -262,7 +262,7 @@ confx264 := --disable-avs-input --prefix=$(BUILDROOT) --host=$(DEB_HOST_GNU_TYPE
 
 confcelt := $(confflags) --disable-oggtest
 
-conftheora := --host=$(DEB_HOST_GNU_TYPE) --prefix=$(BUILDROOT) --disable-vorbistest --disable-sdltest --disable-examples
+conftheora := --host=$(DEB_HOST_GNU_TYPE) --prefix=$(BUILDROOT) --disable-vorbistest --disable-sdltest --disable-examples --disable-spec
 
 all: binaries $(TARGETDIR)/$(EKIGA_INSTALLER)
 	@echo "Built on $(shell date)"



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