Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
vlc
Commits
4397dc74
Commit
4397dc74
authored
Apr 24, 2002
by
Jon Lech Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed MacOS X module linking problem.
parent
08999a39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+2
-2
configure.in
configure.in
+2
-2
No files found.
configure
View file @
4397dc74
...
...
@@ -7580,7 +7580,7 @@ if test "${enable_macosx+set}" = set; then
if
test
x
$enable_macosx
=
xyes
then
BUILTINS
=
"
${
BUILTINS
}
macosx"
macosx_LDFLAGS
=
"
${
macosx_LDFLAGS
}
-framework CoreAudio -framework AudioToolbox -framework Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_LDFLAGS
=
"
${
macosx_LDFLAGS
}
-framework CoreAudio -framework AudioToolbox -framework
IOKit -framework
Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_CFLAGS
=
"
${
macosx_CFLAGS
}
-ObjC"
LDFLAGS
=
"
${
LDFLAGS
}
-ObjC"
fi
...
...
@@ -7620,7 +7620,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
#define
$ac_tr_hdr
1
EOF
BUILTINS
=
"
${
BUILTINS
}
macosx"
macosx_LDFLAGS
=
"
${
macosx_LDFLAGS
}
-framework CoreAudio -framework AudioToolbox -framework Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_LDFLAGS
=
"
${
macosx_LDFLAGS
}
-framework CoreAudio -framework AudioToolbox -framework
IOKit -framework
Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_CFLAGS
=
"
${
macosx_CFLAGS
}
-ObjC"
LDFLAGS
=
"
${
LDFLAGS
}
-ObjC"
...
...
configure.in
View file @
4397dc74
...
...
@@ -1260,13 +1260,13 @@ AC_ARG_ENABLE(macosx,
[if test x$enable_macosx = xyes
then
BUILTINS="${BUILTINS} macosx"
macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework
IOKit -framework
Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_CFLAGS="${macosx_CFLAGS} -ObjC"
LDFLAGS="${LDFLAGS} -ObjC"
fi],
[AC_CHECK_HEADERS(Cocoa/Cocoa.h,
BUILTINS="${BUILTINS} macosx"
macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework
IOKit -framework
Cocoa -framework AGL -framework QuickTime -lobjc"
macosx_CFLAGS="${macosx_CFLAGS} -ObjC"
LDFLAGS="${LDFLAGS} -ObjC"
)])
...
...
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