Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0b1cc788
Commit
0b1cc788
authored
Nov 08, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set directory-wide libtool tag correctly
parent
9c05025e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
23 deletions
+6
-23
modules/arm_neon/Modules.am
modules/arm_neon/Modules.am
+1
-3
modules/gui/macosx/Modules.am
modules/gui/macosx/Modules.am
+1
-4
modules/gui/macosx_dialog_provider/Modules.am
modules/gui/macosx_dialog_provider/Modules.am
+1
-4
modules/gui/minimal_macosx/Modules.am
modules/gui/minimal_macosx/Modules.am
+1
-4
modules/notify/Modules.am
modules/notify/Modules.am
+1
-4
modules/video_output/Modules.am
modules/video_output/Modules.am
+1
-4
No files found.
modules/arm_neon/Modules.am
View file @
0b1cc788
# When using a specific AS tool instead of gcc libtool goes mad
# without this. (This is the case with iOS).
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
libaudio_format_neon_plugin_la_SOURCES = \
s32_s16.S \
...
...
modules/gui/macosx/Modules.am
View file @
0b1cc788
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreovcer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_macosx = \
CompatibilityFixes.h \
...
...
modules/gui/macosx_dialog_provider/Modules.am
View file @
0b1cc788
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_macosx_dialog_provider = \
VLCLoginPanel.m \
...
...
modules/gui/minimal_macosx/Modules.am
View file @
0b1cc788
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_minimal_macosx = \
intf.m \
...
...
modules/notify/Modules.am
View file @
0b1cc788
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_growl = growl.m
SOURCES_notify = notify.c
modules/video_output/Modules.am
View file @
0b1cc788
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreocer Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_aa = aa.c
SOURCES_fb = fb.c
...
...
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