]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/SDL_image.patch
x264-svn-win32.patch: updated for x264 rev 380
[vlc] / extras / contrib / src / Patches / SDL_image.patch
1 diff -ru SDL_image.old/Makefile.am SDL_image/Makefile.am
2 --- SDL_image.old/Makefile.am   2004-12-16 05:41:01.000000000 +0100
3 +++ SDL_image/Makefile.am       2005-08-02 19:29:18.000000000 +0200
4 @@ -32,7 +32,6 @@
5  
6  libSDL_image_la_LDFLAGS =      \
7         -no-undefined           \
8 -       -release $(LT_RELEASE)  \
9         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
10  libSDL_image_la_LIBADD = @IMG_LIBS@
11  
12 diff -ru SDL_image.old/Makefile.in SDL_image/Makefile.in
13 --- SDL_image.old/Makefile.in   2004-12-16 07:32:18.000000000 +0100
14 +++ SDL_image/Makefile.in       2005-08-02 19:29:27.000000000 +0200
15 @@ -255,7 +255,6 @@
16  
17  libSDL_image_la_LDFLAGS = \
18         -no-undefined           \
19 -       -release $(LT_RELEASE)  \
20         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
21  
22  libSDL_image_la_LIBADD = @IMG_LIBS@