Displaying 4 results from an estimated 4 matches for "mcaro".
Did you mean:
macro
2007 Sep 08
2
Compile problems on OSX
...e
installed from MacPorts. I have tried:
./configure --with-ogg-includes=/opt/local/include \
--with-ogg-lib=/opt/local/lib
but they are still not found. I notice that in configure.in, you use
a macro called XIPH_PATH_OGG. Is there any reason you don't use the
PKG_CHECK_MODULES mcaro which uses pkg-config underneath? For my
system pkg-config does the right thing:
> pkg-config --cflags --libs ogg
-I/opt/local/include -L/opt/local/lib -logg
I will put together a patch for this is you are interested.
Second problem is that I get a compile error when FLAC__HAS_OGG...
2007 Sep 09
0
Compile problems on OSX
...ried:
>
> ./configure --with-ogg-includes=/opt/local/include \
> --with-ogg-lib=/opt/local/lib
>
> but they are still not found. I notice that in configure.in, you use
> a macro called XIPH_PATH_OGG. Is there any reason you don't use the
> PKG_CHECK_MODULES mcaro which uses pkg-config underneath? For my
> system pkg-config does the right thing:
>
> > pkg-config --cflags --libs ogg
> -I/opt/local/include -L/opt/local/lib -logg
>
> I will put together a patch for this is you are interested.
the main reason I haven't swt...
2007 Aug 19
0
2 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite_movie.c
...t
* @value: value to set the variable to
*
* Sets a variable on @object. It is not guaranteed that getting the variable
- * after setting it results in the same value, as some variables can be
- * read-only or require a specific type.
+ * after setting it results in the same value. This is a mcaro that calls
+ * swfdec_as_object_set_variable_and_flags()
+ **/
+/**
+ * swfdec_as_object_set_variable:
+ * @object: a #SwfdecAsObject
+ * @variable: garbage-collected name of the variable to set
+ * @value: value to set the variable to
+ * @default_flags: flags to use if creating the variable anew...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...t
* @value: value to set the variable to
*
* Sets a variable on @object. It is not guaranteed that getting the variable
- * after setting it results in the same value, as some variables can be
- * read-only or require a specific type.
+ * after setting it results in the same value. This is a mcaro that calls
+ * swfdec_as_object_set_variable_and_flags()
+ **/
+/**
+ * swfdec_as_object_set_variable:
+ * @object: a #SwfdecAsObject
+ * @variable: garbage-collected name of the variable to set
+ * @value: value to set the variable to
+ * @default_flags: flags to use if creating the variable anew...