repo.or.cz
/
vlc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qt: playlist: use item title if available
[vlc.git]
/
contrib
/
src
/
flac
/
dont-force-msvcrt-version.patch
blob
d473347c07d2813cff47d93102cea115cce88213
1
--- flac-orig/configure.ac 2019-08-26 11:13:17.604801738 -0400
2
+++ flac/configure.ac 2019-08-26 11:13:46.624689160 -0400
3
@@ -208,7 +208,6 @@
4
os_is_windows=no
5
case "$host" in
6
*mingw*)
7
- CPPFLAGS="-D__MSVCRT_VERSION__=0x0601 $CPPFLAGS"
8
os_is_windows=yes
9
;;
10
esac