Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
6038883a
Commit
6038883a
authored
Aug 26, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: fixed a few include directories.
parent
eb395af0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile.modules
Makefile.modules
+2
-2
Makefile.opts.in
Makefile.opts.in
+1
-1
include/vlc/vlc.h
include/vlc/vlc.h
+2
-2
mozilla/Makefile
mozilla/Makefile
+1
-1
No files found.
Makefile.modules
View file @
6038883a
...
...
@@ -23,8 +23,8 @@ SRC_C := $(filter %.c,$($(module_name)_SOURCES))
SRC_CPP
:=
$(
filter
%.cpp,
$
(
$(module_name)
_SOURCES
))
SRC_M
:=
$(
filter
%.m,
$
(
$(module_name)
_SOURCES
))
plugins_CFLAGS
+=
-D__PLUGIN__
-I
$(PARENT)
/include
-I
$(PARENT)
/extras
builtins_CFLAGS
+=
-D__BUILTIN__
-I
$(PARENT)
/include
-I
$(PARENT)
/extras
plugins_CFLAGS
+=
-D__PLUGIN__
-I
$(PARENT)
-I
$(PARENT)
/include
-I
$(PARENT)
/extras
builtins_CFLAGS
+=
-D__BUILTIN__
-I
$(PARENT)
-I
$(PARENT)
/include
-I
$(PARENT)
/extras
ifeq
(lo,$(suff))
extra_CFLAGS
:=
$(plugins_CFLAGS)
$
(
$(module_name)
_CFLAGS
)
\
...
...
Makefile.opts.in
View file @
6038883a
...
...
@@ -199,7 +199,7 @@ CFLAGS += -DPLUGIN_PATH=\"@prefix@/lib/vlc\"
#
# C headers directories
#
CFLAGS
+=
-Iinclude
-Iextras
vlc_CFLAGS
+=
-Iinclude
-Iextras
-I
.
#
# C compiler flags: mainstream compilation
...
...
include/vlc/vlc.h
View file @
6038883a
...
...
@@ -2,7 +2,7 @@
* vlc.h: global header for vlc
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vlc.h,v 1.1
1 2002/08/26 01:01:13
sam Exp $
* $Id: vlc.h,v 1.1
2 2002/08/26 08:36:12
sam Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -95,7 +95,7 @@ typedef int vlc_status_t;
* Required internal headers
*****************************************************************************/
#if defined( __VLC__ )
# include "
../
config.h"
# include "config.h"
# include "vlc_config.h"
# include "modules_inner.h"
# include "vlc_common.h"
...
...
mozilla/Makefile
View file @
6038883a
...
...
@@ -37,7 +37,7 @@ $(PLUGIN_OBJ): Makefile ../lib/libvlc.a $(BUILTIN_OBJ:%=../%) $(C_OBJ)
$(CC)
-shared
$(LDFLAGS)
-L
../lib
$(mozilla_LDFLAGS)
$(C_OBJ)
-lvlc
$
(
BUILTIN_OBJ:%
=
../%
)
$(builtins_LDFLAGS)
-o
$@
$(C_OBJ)
:
%.o: %.c vlcplugin.h
$(CC)
$(CFLAGS)
-I
../include
$(mozilla_CFLAGS)
-c
$<
-o
$@
$(CC)
$(CFLAGS)
-I
..
-I
..
/include
$(mozilla_CFLAGS)
-c
$<
-o
$@
../%
:
@
cd
..
&&
$(MAKE)
$
(
@:../%
=
%
)
...
...
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