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
e8cc2c2b
Commit
e8cc2c2b
authored
May 14, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for MacOS X.
parent
ce657dce
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
244 additions
and
176 deletions
+244
-176
configure
configure
+233
-175
configure.in
configure.in
+11
-1
No files found.
configure
View file @
e8cc2c2b
This diff is collapsed.
Click to expand it.
configure.in
View file @
e8cc2c2b
AC_INIT(src/dvbpsi.c)
AC_INIT(src/dvbpsi.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi, 0.1.0)
AM_INIT_AUTOMAKE(libdvbpsi, 0.1.0)
AM_CONFIG_HEADER(src/config.h)
AM_CONFIG_HEADER(src/config.h)
AC_CANONICAL_HOST
#
AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_CC
AC_STDC_HEADERS
AC_STDC_HEADERS
...
@@ -12,6 +15,13 @@ AM_PROG_LIBTOOL
...
@@ -12,6 +15,13 @@ AM_PROG_LIBTOOL
dnl default CFLAGS
dnl default CFLAGS
CFLAGS="-Wall -DDVBPSI_DIST"
CFLAGS="-Wall -DDVBPSI_DIST"
dnl check the operating system
case x"${target_os}" in
xdarwin*)
CFLAGS="${CFLAGS} -no-cpp-precomp"
;;
esac
dnl --enable-debug
dnl --enable-debug
AC_ARG_ENABLE(debug,
AC_ARG_ENABLE(debug,
[ --enable-debug Enable debug mode (default disabled)],
[ --enable-debug Enable debug mode (default disabled)],
...
...
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