Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opusfile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opusfile
Commits
100027a3
Commit
100027a3
authored
12 years ago
by
Timothy B. Terriberry
Committed by
Ralph Giles
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
s/OS_WIN32/OP_WIN32/
The former is too generic.
parent
383dfbb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
2 additions
and
2 deletions
Makefile.am
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
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],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment