mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
fe67fbb1ff
Original commit message from CVS: * ext/gnomevfs/Makefile.am: * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify): Use gst_tag_freeform_string_to_utf8() here, which also takes into account any character sets specified by the user via environment variables.
20 lines
517 B
Makefile
20 lines
517 B
Makefile
plugin_LTLIBRARIES = libgstgnomevfs.la
|
|
|
|
libgstgnomevfs_la_SOURCES = \
|
|
gstgnomevfs.c \
|
|
gstgnomevfssink.c \
|
|
gstgnomevfssrc.c \
|
|
gstgnomevfsuri.c
|
|
|
|
libgstgnomevfs_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GNOME_VFS_CFLAGS)
|
|
libgstgnomevfs_la_LIBADD = \
|
|
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
|
|
$(GST_BASE_LIBS) $(GNOME_VFS_LIBS)
|
|
libgstgnomevfs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstgnomevfs.h \
|
|
gstgnomevfssink.h \
|
|
gstgnomevfssrc.h \
|
|
gstgnomevfsuri.h
|