Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opusfile
Commits
100027a3
Commit
100027a3
authored
Nov 27, 2012
by
Timothy B. Terriberry
Committed by
Ralph Giles
Feb 27, 2013
Browse files
s/OS_WIN32/OP_WIN32/
The former is too generic.
parent
383dfbb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
100027a3
...
...
@@ -15,7 +15,7 @@ libopusfile_la_SOURCES = \
libopusfile_la_LIBADD
=
$(DEPS_LIBS)
libopusfile_la_LDFLAGS
=
-no-undefined
\
-version-info
@OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
if
O
S
_WIN32
if
O
P
_WIN32
libopusfile_la_SOURCES
+=
src/wsockwrapper.c
libopusfile_la_LIBADD
+=
-lws2_32
endif
...
...
configure.ac
View file @
100027a3
...
...
@@ -95,7 +95,7 @@ case $host in
host_mingw=true
;;
esac
AM_CONDITIONAL(O
S
_WIN32, test "x$host_mingw" = xtrue)
AM_CONDITIONAL(O
P
_WIN32, test "x$host_mingw" = xtrue)
dnl Check for doxygen
AC_ARG_ENABLE([doc],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment