Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
d8dfd361
Commit
d8dfd361
authored
Dec 01, 2005
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving pango to base
Original commit message from CVS: moving pango to base
parent
808e27eb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
ChangeLog
ChangeLog
+6
-0
configure.ac
configure.ac
+10
-0
ext/Makefile.am
ext/Makefile.am
+7
-0
No files found.
ChangeLog
View file @
d8dfd361
2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* configure.ac:
* ext/Makefile.am:
moved pango to base
2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
...
...
configure.ac
View file @
d8dfd361
...
...
@@ -462,6 +462,15 @@ GST_CHECK_FEATURE(OGG, [ogg de/encoder], oggdemux oggmux, [
])
])
dnl *** pango ***
translit(dnm, m, l) AM_CONDITIONAL(USE_PANGO, true)
GST_CHECK_FEATURE(PANGO, [pango], pango, [
PKG_CHECK_MODULES(PANGO, pango pangoft2,
HAVE_PANGO="yes", HAVE_PANGO="no")
AC_SUBST(PANGO_CFLAGS)
AC_SUBST(PANGO_LIBS)
])
dnl *** theora ***
translit(dnm, m, l) AM_CONDITIONAL(USE_THEORA, true)
GST_CHECK_FEATURE(THEORA, [ogg theora codec], theoradec theoraenc, [
...
...
@@ -597,6 +606,7 @@ ext/cdparanoia/Makefile
ext/gnomevfs/Makefile
ext/libvisual/Makefile
ext/ogg/Makefile
ext/pango/Makefile
ext/theora/Makefile
ext/vorbis/Makefile
gst-libs/Makefile
...
...
ext/Makefile.am
View file @
d8dfd361
...
...
@@ -29,6 +29,12 @@ else
OGG_DIR
=
endif
if
USE_PANGO
PANGO_DIR
=
pango
else
PANGO_DIR
=
endif
if
USE_VORBIS
VORBIS_DIR
=
vorbis
else
...
...
@@ -56,5 +62,6 @@ DIST_SUBDIRS = \
gnomevfs
\
libvisual
\
ogg
\
pango
\
theora
\
vorbis
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