Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
66fc868f
Commit
66fc868f
authored
Mar 07, 2001
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Added `glib-config --libs glib` for interface compilation
for debian/sid users
parent
906ce894
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.in
Makefile.in
+2
-2
No files found.
Makefile.in
View file @
66fc868f
...
...
@@ -567,12 +567,12 @@ $(STD_PLUGIN_OBJ): %.o: %.c
$(PLUGIN_GTK)
:
%.o: Makefile.dep
$(PLUGIN_GTK)
:
%.o: .dep/%.d
$(PLUGIN_GTK)
:
%.o: %.c
$(CC)
$(CFLAGS)
$(PCFLAGS)
`
gtk-config
--cflags
gtk
`
-c
-o
$@
$<
$(CC)
$(CFLAGS)
$(PCFLAGS)
`
g
lib-config
--cflags
glib
`
`
g
tk-config
--cflags
gtk
`
-c
-o
$@
$<
$(PLUGIN_GNOME)
:
%.o: Makefile.dep
$(PLUGIN_GNOME)
:
%.o: .dep/%.d
$(PLUGIN_GNOME)
:
%.o: %.c
$(CC)
$(CFLAGS)
$(PCFLAGS)
`
gnome-config
--cflags
gnomeui
`
-c
-o
$@
$<
$(CC)
$(CFLAGS)
$(PCFLAGS)
`
g
lib-config
--cflags
glib
`
`
g
nome-config
--cflags
gnomeui
`
-c
-o
$@
$<
$(PLUGIN_GLIDE)
:
%.o: Makefile.dep
$(PLUGIN_GLIDE)
:
%.o: .dep/%.d
...
...
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