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
731d6aa7
Commit
731d6aa7
authored
Jul 24, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove asa from contribs.
parent
afba4440
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
23 deletions
+1
-23
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-23
No files found.
extras/contrib/src/Makefile
View file @
731d6aa7
...
...
@@ -1759,7 +1759,7 @@ ifdef HAVE_DARWIN_OS
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-fnested-functions"
&&
make
&&
make
install
)
else
ifdef
HAVE_WIN32
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
--std=gnu99"
LIBS
=
"-lpthreadGC2"
&&
make
&&
make
install
)
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
--std=gnu99"
&&
make
&&
make
install
)
else
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
"
&&
make
-C
src
&&
make
-C
src
install
)
endif
...
...
@@ -2417,28 +2417,6 @@ CLEAN_FILE += .ncurses
CLEAN_PKG
+=
ncurses
DISTCLEAN_PKG
+=
ncurses-
$(NCURSES_VERSION)
.tar.gz
# ***************************************************************************
# asa library (ASS/SSA support)
# ***************************************************************************
asa.git.tar.gz
:
$(WGET)
$(ASA_URL)
asa
:
asa.git.tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/asa-git.diff
.asa
:
asa .fontconfig .pcre .iconv
(
cd
$<
;
./bootstrap
;
$(HOSTCC)
CFLAGS
=
"
$(CFLAGS)
-DPCRE_STATIC"
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
)
(
cd
$<
/lib/import
;
make
||
(
echo
"Please copy a ./preparse file you built for your host into asa/lib/import"
;
echo
"When you are finished, press enter."
;
echo
"If you are building natively, press enter."
;
read
i
;
make
)
)
(
cd
$<
;
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.asa
CLEAN_PKG
+=
asa
DISTCLEAN_PKG
+=
asa.git.tar.gz
# ***************************************************************************
# FluidSynth library (Midi)
# ***************************************************************************
...
...
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