Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alicia Boya García
gst-plugins-good
Commits
d8f78ea4
Commit
d8f78ea4
authored
Nov 24, 2003
by
Benjamin Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use GDK_PIXBUF_CONFDIR
Original commit message from CVS: use GDK_PIXBUF_CONFDIR
parent
4db301b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+5
-5
No files found.
configure.ac
View file @
d8f78ea4
...
...
@@ -266,15 +266,15 @@ AC_ARG_WITH(gdk-pixbuf-loader-dir,
])
AC_SUBST(GDK_PIXBUF_LOADER_DIR)
GDK_PIXBUF_CONF
FILE
="$GDK_PIXBUF_PREFIXDIR/gtk-2.0/
gdk-pixbuf.loaders
"
GDK_PIXBUF_CONF
DIR
="$GDK_PIXBUF_PREFIXDIR/
etc/
gtk-2.0/"
AC_ARG_WITH(gdk-pixbuf-conffile,
AC_HELP_STRING([--with-gdk-pixbuf-conf
file
],
[path to the gdk_pixbuf config
file
]),
AC_HELP_STRING([--with-gdk-pixbuf-conf
dir
],
[path to the gdk_pixbuf config
directroy
]),
[if test "x${withval}" != x ; then
GDK_PIXBUF_CONF
FILE
="${withval}"
GDK_PIXBUF_CONF
DIR
="${withval}"
fi
])
AC_SUBST(GDK_PIXBUF_CONF
FILE
)
AC_SUBST(GDK_PIXBUF_CONF
DIR
)
dnl ===========================================================================
dnl ============================= gst plug-ins ================================
...
...
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