]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-buildflags.patch
- converted to UTF-8
[packages/vlc.git] / vlc-buildflags.patch
1 --- vlc-config.in.in.orig       2004-10-14 12:37:30.795197390 +0200
2 +++ vlc-config.in.in    2004-10-14 12:38:42.448875646 +0200
3 @@ -14,10 +14,10 @@
4  builtins="@BUILTINS@"
5  
6  cppflags=""
7 -cflags=""
8 +cflags="-I/usr/include/ncurses"
9  cxxflags=""
10  objcflags=""
11 -ldflags=""
12 +ldflags="-lpostproc"
13  
14  cflags_tuning="@CFLAGS_TUNING@"
15  cflags_optim="@CFLAGS_OPTIM@"
This page took 0.058979 seconds and 3 git commands to generate.