]> git.pld-linux.org Git - packages/cinelerra.git/blame - cinelerra-alpha.patch
- obsolete
[packages/cinelerra.git] / cinelerra-alpha.patch
CommitLineData
c11ed264
JB
1--- cinelerra-1.1.7/global_config.orig 2003-11-10 10:38:51.000000000 +0000
2+++ cinelerra-1.1.7/global_config 2003-11-10 10:48:10.000000000 +0000
3@@ -54,9 +54,6 @@
4 CFLAGS += $(ALSA_CFLAGS)
5
6
7-ifeq ($(OBJDIR), alpha)
8-CXXREPOSITORY = cxx_repository/*.o
9-endif
10
11 $(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
12
13--- cinelerra-1.1.7/cinelerra/fileformat.C.orig 2002-07-15 03:09:16.000000000 +0000
14+++ cinelerra-1.1.7/cinelerra/fileformat.C 2003-11-10 11:04:39.000000000 +0000
15@@ -93,7 +93,7 @@
16
17 FileFormatChannels::FileFormatChannels(int x, int y, FileFormat *fwindow, char *text)
18 : BC_TumbleTextBox(fwindow,
19- atol(text),
20+ atoi(text),
21 1,
22 MAXCHANNELS,
23 x,
24--- cinelerra-1.1.7/cinelerra/Makefile.orig 2003-11-10 11:08:12.000000000 +0000
25+++ cinelerra-1.1.7/cinelerra/Makefile 2003-11-10 11:44:07.000000000 +0000
26@@ -323,7 +323,7 @@
27
28
29 # Speed up linking with this linking sequence
30-ifeq ($(OBJDIR), alpha)
31+ifeq ($(OBJDIR), alpha-ccc)
32
33
34
This page took 0.186525 seconds and 4 git commands to generate.