a6e9f61ee1
* NEW: Update *.component files to the new format. * BUG: Fix component TEMPLATE directory. [EXAMPLES] * NEW: PhotoTouch: Display the browsed directory path. [INTERPRETER] * NEW: Change the 'main' hook syntax. Add a macro to call the previous 'main' hook, so that several hooks can be declared. [GB.MEDIA] * NEW: New multimedia component based on GStreamer. [GB.GTK] * BUG: Fix timer management so that it is compatible with the GB.Every() interpreter API. * NEW: Allows multiple 'main' hooks. [GB.QT4] * NEW: Allows multiple 'main' hooks. git-svn-id: svn://localhost/gambas/trunk@4693 867c0c6c-44f3-4631-809d-bfa615b0a4ec
15 lines
No EOL
262 B
Text
15 lines
No EOL
262 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)
|
|
AC_OUTPUT( Makefile src/Makefile )
|
|
|
|
GB_PRINT_MESSAGES |