Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
67bdf95c
Commit
67bdf95c
authored
Nov 04, 2011
by
Brad
Committed by
Jean-Paul Saman
Nov 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup use of linker option --no-undefined to be more portable.
Signed-off-by:
Jean-Paul Saman
<
jpsaman@videolan.org
>
parent
74845e2a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
25 deletions
+1
-25
configure.ac
configure.ac
+0
-10
src/Makefile.am
src/Makefile.am
+1
-15
No files found.
configure.ac
View file @
67bdf95c
...
...
@@ -24,18 +24,8 @@ dnl check the operating system
case "${target_os}" in
darwin*)
CFLAGS="${CFLAGS} -no-cpp-precomp"
have_darwin="yes"
;;
*mingw32* | *cygwin* | *wince* | *mingwce*)
have_win32="yes"
;;
*bsd*)
have_bsd="yes"
;;
esac
AM_CONDITIONAL(HAVE_DARWIN, test "${have_darwin}" = "yes")
AM_CONDITIONAL(HAVE_WIN32, test "${have_win32}" = "yes")
AM_CONDITIONAL(HAVE_BSD, test "${have_bsd}" = "yes")
dnl --enable-debug
AC_ARG_ENABLE(debug,
...
...
src/Makefile.am
View file @
67bdf95c
...
...
@@ -11,21 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
$(tables_src)
\
$(descriptors_src)
libdvbpsi_la_LDFLAGS
=
-version-info
7:0:0
if
HAVE_WIN32
libdvbpsi_la_LDFLAGS
+=
-no-undefined
else
if
HAVE_DARWIN
libdvbpsi_la_LDFLAGS
+=
-no-undefined
else
if
HAVE_BSD
libdvbpsi_la_LDFLAGS
+=
else
libdvbpsi_la_LDFLAGS
+=
-Wl
,--no-undefined
endif
endif
endif
libdvbpsi_la_LDFLAGS
=
-version-info
7:0:0
-no-undefined
pkginclude_HEADERS
=
dvbpsi.h psi.h descriptor.h demux.h
\
tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h
\
...
...
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