diff options
author | S. Davilla <davilla@4pi.com> | 2011-04-12 13:17:33 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-04-12 18:19:24 -0400 |
commit | b096c9f5ac285afaa6befe0611b889496c9508db (patch) | |
tree | 9bc18392dd4b25c597d70a528747c2728804ee20 | |
parent | a29143e377e6f121a9dff931bb383a8d7ddb717d (diff) |
remove commented out HAS_SDL
-rw-r--r-- | xbmc/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/linux/Makefile.in b/xbmc/linux/Makefile.in index 76e875f559..8dae7d43cf 100644 --- a/xbmc/linux/Makefile.in +++ b/xbmc/linux/Makefile.in @@ -1,6 +1,6 @@ ARCH=@ARCH@ -CXXFLAGS+=-fPIC #-DHAS_SDL +CXXFLAGS+=-fPIC SRCS=ConvUtils.cpp \ DBusUtil.cpp \ |