]> git.pld-linux.org Git - packages/SDLcam.git/blob - SDLcam-include.patch
- tabs in preamble
[packages/SDLcam.git] / SDLcam-include.patch
1 diff -urN SDLcam-0.7.3.orig/Makefile SDLcam-0.7.3/Makefile
2 --- SDLcam-0.7.3.orig/Makefile  Thu Oct  3 14:07:46 2002
3 +++ SDLcam-0.7.3/Makefile       Thu Oct  3 14:08:14 2002
4 @@ -52,7 +52,7 @@
5         - $(CC) $(FEATURES) -g -fPIC -shared -o $@ $? -ldivxencore
6  
7  capture/divx2.so: capture/divx2.cpp
8 -       - $(CPP) $(FEATURES) -g -fPIC -shared -o $@ $?
9 +       - $(CPP) $(FEATURES) -g -I/usr/X11R6/include -fPIC -shared -o $@ $?
10  
11  SDLcam: $(OBJS)
12         $(LD) $(LDFLAGS) $(OBJS) -o $(PROG) 
13 diff -urN SDLcam-0.7.3.orig/capture/divx.c SDLcam-0.7.3/capture/divx.c
14 --- SDLcam-0.7.3.orig/capture/divx.c    Thu Oct  3 14:07:46 2002
15 +++ SDLcam-0.7.3/capture/divx.c Thu Oct  3 14:08:29 2002
16 @@ -7,8 +7,8 @@
17  #include <fcntl.h>
18  #include <errno.h>
19  
20 -#include <encore2.h>
21 -#include <decore.h>
22 +#include <divx/encore2.h>
23 +#include <divx/decore.h>
24  
25  #define CHUNK_SIZE 1024
26  
This page took 0.081164 seconds and 3 git commands to generate.