Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
364f370e
Commit
364f370e
authored
Jan 09, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- mozilla/Makefile.am: make sure rpath is only used for UNIX build
parent
9d52c6b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mozilla/Makefile.am
mozilla/Makefile.am
+2
-2
No files found.
mozilla/Makefile.am
View file @
364f370e
...
@@ -23,7 +23,7 @@ SOURCES_mozilla_common = \
...
@@ -23,7 +23,7 @@ SOURCES_mozilla_common = \
DIST_sources
=
$(SOURCES_mozilla_common)
\
DIST_sources
=
$(SOURCES_mozilla_common)
\
support/npwin.cpp support/npmac.cpp support/npunix.c
support/npwin.cpp support/npmac.cpp support/npunix.c
LIBRARIES_libvlc_pic
=
-
Wl
,-rpath
'
$(libdir)
'
-
L
$(top_builddir)
/src
-lvlc
LIBRARIES_libvlc_pic
=
-L
$(top_builddir)
/src
-lvlc
LIBRARIES_libvlc_nopic
=
$(LIBRARIES_libvlc_pic)
LIBRARIES_libvlc_nopic
=
$(LIBRARIES_libvlc_pic)
if
BUILD_MOZILLA
if
BUILD_MOZILLA
...
@@ -126,7 +126,7 @@ VLC\ Plugin.plugin: npvlc.rsrc npvlc.dylib
...
@@ -126,7 +126,7 @@ VLC\ Plugin.plugin: npvlc.rsrc npvlc.dylib
else
else
LIBRARIES_libvlc
=
$(LIBRARIES_libvlc_pic)
LIBRARIES_libvlc
=
-Wl
,-rpath
'
$(libdir)
'
$(LIBRARIES_libvlc_pic)
npvlc
=
libvlcplugin
$(LIBEXT)
npvlc
=
libvlcplugin
$(LIBEXT)
npvlcdir
=
$(libdir)
/mozilla/plugins
npvlcdir
=
$(libdir)
/mozilla/plugins
SOURCES_support
=
support/npunix.c
SOURCES_support
=
support/npunix.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