88c69c85ba
* NEW: New MediaPlayer example based on the new gb.media GStreamer component. [GB.GTK] * BUG: Utility windows are make transient the same way as in gb.qt4. [GB.MEDIA] * NEW: MediaControl.SetWindow() is a new method to associate a GUI control to a GStreamer plugin implementing the 'X overlay' interface. git-svn-id: svn://localhost/gambas/trunk@4706 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
No EOL
289 B
Text
16 lines
No EOL
289 B
Text
dnl ---- configure.ac for gb.media
|
|
|
|
AC_INIT(configure.ac)
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
GB_INIT(gb.media)
|
|
AC_PROG_LIBTOOL
|
|
GB_COMPONENT_PKG_CONFIG(
|
|
media,
|
|
MEDIA,
|
|
[GStreamer media],
|
|
[src],
|
|
gstreamer-0.10 gstreamer-interfaces-0.10
|
|
)
|
|
AC_OUTPUT( Makefile src/Makefile )
|
|
|
|
GB_PRINT_MESSAGES |