Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSoC2018
macOS
vlc
Commits
ca91e239
Commit
ca91e239
authored
Sep 20, 2017
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: remove redundant if/endif
parent
89f3753a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
bin/Makefile.am
bin/Makefile.am
+0
-2
No files found.
bin/Makefile.am
View file @
ca91e239
...
...
@@ -33,7 +33,6 @@ vlc_SOURCES = winvlc.c
noinst_DATA
+=
vlc_win32_rc.rc
endif
if
HAVE_DARWIN
vlc_osx_SOURCES
=
darwinvlc.m
vlc_osx_LDFLAGS
=
$(LDFLAGS_vlc)
-Wl
,-framework,CoreFoundation,-framework,Cocoa
vlc_osx_LDFLAGS
+=
-Xlinker
-rpath
-Xlinker
"@executable_path/lib/"
...
...
@@ -57,7 +56,6 @@ if HAVE_BREAKPAD
vlc_osx_static_LDFLAGS
+=
-Wl
,-framework,Breakpad
vlc_osx_static_OBJCFLAGS
+=
-F
$(CONTRIB_DIR)
/Frameworks
endif
endif
vlc_wrapper_SOURCES
=
rootwrap.c
vlc_wrapper_LDADD
=
$(SOCKET_LIBS)
...
...
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