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
f5e900be
Commit
f5e900be
authored
Feb 14, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove legacy nice target
parent
3c7d7ead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
Makefile.am
Makefile.am
+0
-4
modules/common.am
modules/common.am
+0
-5
src/Makefile.am
src/Makefile.am
+0
-3
No files found.
Makefile.am
View file @
f5e900be
...
@@ -335,10 +335,6 @@ doc:
...
@@ -335,10 +335,6 @@ doc:
.PHONY
:
libvlc core doc
.PHONY
:
libvlc core doc
#To get some nice output
nice
:
$(top_builddir)
/compile
if
HAVE_BEOS
if
HAVE_BEOS
noinst_DATA
=
vlc-bundle
noinst_DATA
=
vlc-bundle
vlc-bundle
:
vlc
vlc-bundle
:
vlc
...
...
modules/common.am
View file @
f5e900be
...
@@ -33,8 +33,3 @@ if MAINTAINER_MODE
...
@@ -33,8 +33,3 @@ if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
endif
endif
nice:
$(top_builddir)/compile
.PHONY: nice
src/Makefile.am
View file @
f5e900be
...
@@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in
...
@@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in
# Building libvlc
# Building libvlc
###############################################################################
###############################################################################
nice
:
$(top_builddir)
/compile
lib_LTLIBRARIES
=
libvlccore.la libvlc.la
lib_LTLIBRARIES
=
libvlccore.la libvlc.la
AM_LDFLAGS
=
-no-undefined
AM_LDFLAGS
=
-no-undefined
...
...
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