search for: public_head

Displaying 20 results from an estimated 26 matches for "public_head".

Did you mean: public_read
2007 Sep 04
0
3 commits - libswfdec/Makefile.am test/trace
...es changed, 10 insertions(+), 1 deletion(-) New commits: diff-tree 911c8bd4b334f72ecc3d3956922ebfd7f4596424 (from 7e1226fcd15665c2223df36a6715a094c013639e) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Sep 4 13:51:05 2007 +0300 Move swfdec_as_array.h from noinst_headers to public_headers (oops) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 17c524d..5eaca4e 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -130,6 +130,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ + swfdec_as_array.h \ swfdec_as_context.h...
2024 Jul 31
1
4.21-rc: ldb_version.h is missing
...tall ldb_version.h header file, which is included from ldb.h, so > the resulting header files are unusable. It may be that 625fb48326ec62a33ce0abdbfb0f6f3d33d7cc64 accidentally reversed the logic: target='include/ldb_version.h', public_headers='include/ldb_version.h', - public_headers_install=not private_library) + public_headers_install=not bld.env.ldb_is_public_library) t.env.LDB_VERSION = LDB_VERSION from "not private" to "not is_public"? Doug...
2024 Aug 03
1
4.21-rc: ldb_version.h is missing
...which is included from ldb.h, so >> the resulting header files are unusable. > > It may be that 625fb48326ec62a33ce0abdbfb0f6f3d33d7cc64 accidentally reversed the logic: > > target='include/ldb_version.h', > public_headers='include/ldb_version.h', > - public_headers_install=not private_library) > + public_headers_install=not bld.env.ldb_is_public_library) > > t.env.LDB_VERSION = LDB_VERSION > > from "not private" to &...
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
...-- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -1,10 +1,5 @@ SUBDIRS = jpeg -noinst_PROGRAMS = compute-strings - -compute_strings_SOURCES = swfdec_as_strings.c -compute_strings_CFLAGS = -DCOMPUTE_SWFDEC_AS_STRINGS_H - CODECS = if HAVE_FFMPEG @@ -310,10 +305,17 @@ swfdec_enums.c: $(public_headers) Makefile --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_ at type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return etype;\n}\n&quot...
2024 Jul 30
1
4.21-rc: ldb_version.h is missing
When building libldb as public library, its install target does not install ldb_version.h header file, which is included from ldb.h, so the resulting header files are unusable. Thanks, /mjt -- GPG Key transition (from rsa2048 to rsa4096) since 2024-04-24. New key: rsa4096/61AD3D98ECDF2C8E 9D8B E14E 3F2A 9DD7 9199 28F1 61AD 3D98 ECDF 2C8E Old key: rsa2048/457CE0A0804465C5 6EE1 95D1 886E 8FFB
2024 Aug 03
1
4.21-rc: ldb_version.h is missing
...so > > > the resulting header files are unusable. > > > > It may be that 625fb48326ec62a33ce0abdbfb0f6f3d33d7cc64 accidentally reversed the logic: > > > > target='include/ldb_version.h', > > public_headers='include/ldb_version.h', > > - public_headers_install=not private_library) > > + public_headers_install=not bld.env.ldb_is_public_library) > > > > t.env.LDB_VERSION = LDB_VERSION > > > > fro...
2017 May 29
0
[PATCH] Add CMake build script
..._feature_info(ENABLE_PACKAGE_CONFIG ENABLE_PACKAGE_CONFIG "generate and install package config file") +add_feature_info(USE_GPL_FFTW3 USE_GPL_FFTW3 "Use FFTW3 library for fast Fourier transforms") +feature_summary(WHAT ALL) + +configure_file(config.h.cmake config.h) + +set(speex_PUBLIC_HEADERS + include/speex/speex.h + include/speex/speex_bits.h + include/speex/speex_callbacks.h + include/speex/speex_header.h + include/speex/speex_stereo.h + include/speex/speex_types.h + ${CMAKE_CURRENT_BINARY_DIR}/include/speex/speex_config_types.h) + +set(speex_SOURCES + libspeex/cb_search.c + libsp...
2007 Apr 05
0
configure.ac libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_gst.c
...DFLAGS = \ -version-info $(SWFDEC_LIBVERSION) \ -export-symbols-regex '^(swfdec_.*)' \ - $(CAIRO_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(MAD_LIBS) $(FFMPEG_LIBS) \ - $(LIBOIL_LIBS) -lz + $(CAIRO_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(LIBOIL_LIBS) -lz \ + $(MAD_LIBS) $(FFMPEG_LIBS) $(GST_LIBS) public_headers = \ swfdec.h \ diff --git a/libswfdec/swfdec_codec.c b/libswfdec/swfdec_codec.c index d0f048f..1875572 100644 --- a/libswfdec/swfdec_codec.c +++ b/libswfdec/swfdec_codec.c @@ -27,6 +27,7 @@ /*** DECODER LIST ***/ extern const SwfdecAudioCodec swfdec_codec_adpcm; +extern const SwfdecVideoCo...
2007 Aug 05
0
7 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec.h libswfdec/swfdec_key.h libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...6c9d318) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 3 13:04:55 2007 +0200 guess who forgot to add a file... diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index b8d2e07..1c25bee 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -130,6 +130,7 @@ public_headers = \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_file_loader.h \ + swfdec_key.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --git a/libswfdec/swfdec_key.h b/libswfdec/swfdec_key.h new file mode 100644 index 0000000..f87c9ab --- /dev/null +++ b/libswfdec/swfdec_key.h @@ -0,0...
2007 Mar 01
0
11 commits - libswfdec/Makefile.am libswfdec/swfdec_connection.c libswfdec/swfdec_connection.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js.h libswfdec/swfdec_js_net_stream.c
...fdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_tag.c \ swfdec_text.c \ swfdec_video.c \ - swfdec_video_movie.c + swfdec_video_movie.c \ + swfdec_xml.c libswfdec_@SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ @@ -92,7 +94,6 @@ public_headers = \ swfdec.h \ swfdec_audio.h \ swfdec_buffer.h \ - swfdec_connection.h \ swfdec_loader.h \ swfdec_player.h @@ -113,6 +114,7 @@ noinst_HEADERS = \ swfdec_character.h \ swfdec_codec.h \ swfdec_color.h \ + swfdec_connection.h \ swfdec_debug.h \ swfdec_debugger.h \ swfdec_de...
2007 Jul 13
0
3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...really install swfdec_as_frame.h and document it Woohoo, everything documented! diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 1e06a10..500c431 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -121,6 +121,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ swfdec_as_context.h \ + swfdec_as_frame.h \ swfdec_as_object.h \ swfdec_as_types.h \ swfdec_audio.h \ @@ -135,7 +136,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_array.h \ swfdec_as_boolean.h \ - swfdec_as_frame.h \ + swfdec_as_frame...
2007 Aug 09
0
Branch 'vivi' - 12 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/Makefile.am libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_debugger.c
...move SwfdecScript into the API this unfortunately requires a new internal header, and all the files need to be updated diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index dd62712..fc9d47f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -136,6 +136,7 @@ public_headers = \ swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ + swfdec_script.h \ swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la @@ -201,7 +202,7 @@ noinst_HEADERS = \ swfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ - swfdec_script.h \ + sw...
2007 Aug 14
0
Branch 'vivi' - 11 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h vivified/core
...14 14:49:56 2007 +0200 apparently the function headers weren't installed either. They are documented though (nice!) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index fc9d47f..b9a63b3 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -128,6 +128,8 @@ public_headers = \ swfdec_as_context.h \ swfdec_as_debugger.h \ swfdec_as_frame.h \ + swfdec_as_function.h \ + swfdec_as_native_function.h \ swfdec_as_object.h \ swfdec_as_types.h \ swfdec_audio.h \ @@ -147,11 +149,9 @@ noinst_HEADERS = \ swfdec_as_array.h \ swfdec_as_boolean.h \ swfdec_as_fr...
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...e842027e9b19) Author: Benjamin Otte <otte at gnome.org> Date: Tue Aug 7 11:47:40 2007 +0200 add an enum for all the keys diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 1d8bb94..c3ca179 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -131,6 +131,7 @@ public_headers = \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_file_loader.h \ + swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index d49dc69..b4b9ab8 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h @@ -31,6 +31,7 @@ #in...
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...wfdec_as_interpret.c \ @@ -34,6 +35,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_as_string.c \ swfdec_as_strings.c \ swfdec_as_super.c \ + swfdec_as_types.c \ swfdec_as_with.c \ swfdec_amf.c \ swfdec_audio.c \ @@ -117,8 +119,8 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ - swfdec_as_context.c \ - swfdec_as_types.c \ + swfdec_as_context.h \ + swfdec_as_types.h \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_loader.h \ @@ -130,7 +132,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@include_HEA noinst_HEADERS = \ swfdec_as_array.h \ - swfdec_as_context....
2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
...46..2476e54 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -100,6 +100,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_swf_instance.c \ swfdec_tag.c \ swfdec_text.c \ + swfdec_url.c \ swfdec_utils.c \ swfdec_video.c \ swfdec_video_movie.c \ @@ -128,7 +129,8 @@ public_headers = \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_loader.h \ - swfdec_player.h + swfdec_player.h \ + swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la libswfdec_ at SWFDEC_MAJORMINOR@includedir = $(includedir)/swfdec- at SWFDEC_MAJORMINOR@/libswfdec diff --git a/li...
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...at gnome.org> Date: Fri Jul 13 10:05:38 2007 +0200 install swfdec_as_object.h diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 3e8be5d..1e06a10 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -121,6 +121,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS public_headers = \ swfdec.h \ swfdec_as_context.h \ + swfdec_as_object.h \ swfdec_as_types.h \ swfdec_audio.h \ swfdec_buffer.h \ @@ -141,7 +142,6 @@ noinst_HEADERS = \ swfdec_as_math.h \ swfdec_as_native_function.h \ swfdec_as_number.h \ - swfdec_as_object.h \ swfdec_as_scope.h \ swfdec_as...
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
...100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -65,6 +65,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_edittext_movie.c \ swfdec_enums.c \ swfdec_event.c \ + swfdec_file_loader.c \ swfdec_flv_decoder.c \ swfdec_font.c \ swfdec_graphic.c \ @@ -128,6 +129,7 @@ public_headers = \ swfdec_as_types.h \ swfdec_audio.h \ swfdec_buffer.h \ + swfdec_file_loader.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index 5e3055a..d49dc69 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h @@ -30,6 +30,7 @@...
2007 Oct 10
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h m4/gtk-doc.m4 Makefile.am test/trace
...a3711408de6fc) Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 10 22:06:55 2007 +0200 install swfdec_rectangle.h diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 428a3a9..33a462f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -153,6 +153,7 @@ public_headers = \ swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ + swfdec_rectangle.h \ swfdec_script.h \ swfdec_system.h \ swfdec_url.h @@ -217,7 +218,6 @@ noinst_HEADERS = \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ - swfdec_rectangle.h \ swfdec_ringbuffer.h \...
2007 Aug 27
0
7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_string.c libswfdec/swfdec_as_string.h libswfdec/swfdec_as_strings.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c
...c9ff277 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -103,6 +103,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_stage_as.c \ swfdec_swf_decoder.c \ swfdec_swf_instance.c \ + swfdec_system.c \ swfdec_tag.c \ swfdec_text.c \ swfdec_url.c \ @@ -140,6 +141,7 @@ public_headers = \ swfdec_loader.h \ swfdec_player.h \ swfdec_script.h \ + swfdec_system.h \ swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index 8a4cd65..34d4cfe 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h...