On Wed, Jul 15, 2009 at 11:39 AM, Michael Olbrich<[email protected]> wrote: > Hi, > > On Tue, Jul 14, 2009 at 05:46:47PM +0200, Markus Rathgeb wrote: >> +ifdef PTXCONF_GST_PLUGINS_BASE__DECODEBIN >> + @$(call install_copy, gst-plugins-base, 0, 0, 0644, \ >> + >> $(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/gstreamer-0.10/libgstdecodebin.so, \ >> + /usr/lib/gstreamer-0.10/libgstdecodebin.so) >> +endif > > This fails for me because its not compiled if GST_PLUGINS_BASE__PLAYBACK is > disabled. decodebin, decodebin2 and playbin are all enabled by > --enable-playback. Do you know if there are any runtime dependencies here? > Otherwise I'll just enable --enable-playback if one of the three is > selected. > > Michael Olbrich
Hello Michael! The options in the ".in" just enable the copying. If all files will be build if the playback option is enabled, then i see two possibilities: If playback enabled, install all files, that will be built because of this. If you choice decodebin, select playback as depend. Sorry, for the trouble -- ptxdist mailing list [email protected]
