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
d73c57ac
Commit
d73c57ac
authored
Mar 20, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Use $QTDIR for the qt module ;
parent
01d67611
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Makefile.in
Makefile.in
+9
-9
No files found.
Makefile.in
View file @
d73c57ac
...
@@ -368,8 +368,8 @@ PLUGIN_IDCTMMX = plugins/idct/idctmmx.o \
...
@@ -368,8 +368,8 @@ PLUGIN_IDCTMMX = plugins/idct/idctmmx.o \
PLUGIN_IDCTMMXEXT
=
plugins/idct/idctmmxext.o
\
PLUGIN_IDCTMMXEXT
=
plugins/idct/idctmmxext.o
\
plugins/idct/idct_common.o
plugins/idct/idct_common.o
PLUGIN_IDCTALTIVEC
=
plugins/idct/idctaltivec.o
\
PLUGIN_IDCTALTIVEC
=
plugins/idct/idctaltivec.o
plugins/idct/idct_common.o
#FIXME : we should have plugins/idct/idct_common.o here
PLUGIN_MACOSX
=
plugins/macosx/macosx.o
\
PLUGIN_MACOSX
=
plugins/macosx/macosx.o
\
plugins/macosx/intf_macosx.o
\
plugins/macosx/intf_macosx.o
\
...
@@ -455,7 +455,7 @@ NONSTD_PLUGIN_OBJ = \
...
@@ -455,7 +455,7 @@ NONSTD_PLUGIN_OBJ = \
$(PLUGIN_GLIDE)
\
$(PLUGIN_GLIDE)
\
$(PLUGIN_GTK)
\
$(PLUGIN_GTK)
\
$(PLUGIN_GNOME)
\
$(PLUGIN_GNOME)
\
$(PLUGIN_IDCT
_
ALTIVEC)
$(PLUGIN_IDCTALTIVEC)
NONSTD_CPP_PLUGIN_OBJ
=
\
NONSTD_CPP_PLUGIN_OBJ
=
\
$(PLUGIN_BEOS)
\
$(PLUGIN_BEOS)
\
...
@@ -618,7 +618,7 @@ $(PLUGIN_GLIDE): %.o: %.c
...
@@ -618,7 +618,7 @@ $(PLUGIN_GLIDE): %.o: %.c
$(PLUGIN_QT)
:
%.o: Makefile.dep
$(PLUGIN_QT)
:
%.o: Makefile.dep
$(PLUGIN_QT)
:
%.o: .dep/%.dpp
$(PLUGIN_QT)
:
%.o: .dep/%.dpp
$(PLUGIN_QT)
:
%.o: %.moc
$(PLUGIN_QT)
:
%.o: %.moc
$(CC)
$(CFLAGS)
$(PCFLAGS)
-I
/usr/include/qt
-c
-o
$@
$
(
<:%.moc
=
%.cpp
)
$(CC)
$(CFLAGS)
$(PCFLAGS)
-I
${QTDIR}
/include
-c
-o
$@
$
(
<:%.moc
=
%.cpp
)
$(PLUGIN_QT
:
%.o=%.moc): %.moc: %.cpp
$(PLUGIN_QT
:
%.o=%.moc): %.moc: %.cpp
moc
-i
$<
-o
$@
moc
-i
$<
-o
$@
...
@@ -632,9 +632,9 @@ $(PLUGIN_BEOS): %.o: .dep/%.dpp
...
@@ -632,9 +632,9 @@ $(PLUGIN_BEOS): %.o: .dep/%.dpp
$(PLUGIN_BEOS)
:
%.o: %.cpp
$(PLUGIN_BEOS)
:
%.o: %.cpp
$(CC)
$(CFLAGS)
$(PCFLAGS)
-c
-o
$@
$<
$(CC)
$(CFLAGS)
$(PCFLAGS)
-c
-o
$@
$<
plugins/idct/idctaltivec.o
:
%.o: Makefile.dep
$(PLUGIN_IDCTALTIVEC)
:
%.o: Makefile.dep
plugins/idct/idctaltivec.o
:
%.o: .dep/%.d
$(PLUGIN_IDCTALTIVEC)
:
%.o: .dep/%.d
plugins/idct/idctaltivec.o
:
%.o: %.c
$(PLUGIN_IDCTALTIVEC)
:
%.o: %.c
$(CC)
$(CFLAGS)
$(PCFLAGS)
-c
-o
$@
$<
-faltivec
$(CC)
$(CFLAGS)
$(PCFLAGS)
-c
-o
$@
$<
-faltivec
#
#
...
@@ -678,7 +678,7 @@ lib/dsp.so: $(PLUGIN_DSP)
...
@@ -678,7 +678,7 @@ lib/dsp.so: $(PLUGIN_DSP)
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
lib/qt.so
:
$(PLUGIN_QT)
lib/qt.so
:
$(PLUGIN_QT)
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
-lqt
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
-lqt
-L
${QTDIR}
/lib
lib/kde.so
:
$(PLUGIN_KDE)
lib/kde.so
:
$(PLUGIN_KDE)
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
-lkdeui
-lkdecore
-lqt
-ldl
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
-lkdeui
-lkdecore
-lqt
-ldl
...
@@ -804,7 +804,7 @@ lib/idctmmxext.so: $(PLUGIN_IDCTMMXEXT)
...
@@ -804,7 +804,7 @@ lib/idctmmxext.so: $(PLUGIN_IDCTMMXEXT)
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
lib/idctaltivec.so
:
$(PLUGIN_IDCTALTIVEC)
lib/idctaltivec.so
:
$(PLUGIN_IDCTALTIVEC)
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
-framework
VecLib
$(CC)
$(PCFLAGS)
$(PLCFLAGS)
-o
$@
$^
plugins/idct/idct_common.o
-framework
VecLib
endif
endif
################################################################################
################################################################################
...
...
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