Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libvdpau
Commits
d3906368
Commit
d3906368
authored
Jan 14, 2009
by
Aaron Plattner
Browse files
Disable static libraries by default and remove version info from libvdpau_trace.
parent
d2e66e58
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d3906368
...
...
@@ -6,6 +6,10 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
# Disable static libraries by default. Use --enable-static if you really want
# them.
AC_DISABLE_STATIC
# Check for programs.
AC_PROG_CC
AC_PROG_CXX
...
...
trace/Makefile.am
View file @
d3906368
...
...
@@ -7,7 +7,7 @@ lib_LTLIBRARIES = libvdpau_trace.la
libvdpau_trace_la_SOURCES
=
\
vdpau_trace.cpp
libvdpau_trace_la_LDFLAGS
=
-version
-info
1:0:0
-no-undefined
libvdpau_trace_la_LDFLAGS
=
-avoid
-version
-module
-no-undefined
libvdpau_traceincludedir
=
$(includedir)
/vdpau
libvdpau_traceinclude_HEADERS
=
\
...
...
Write
Preview
Markdown
is supported
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