diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-10-19 19:45:03 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-10-19 19:45:03 +0000 |
commit | d0087dc319f03511bf7492c96fed483a9471bc20 (patch) | |
tree | 7eaf0c5ff252fd8295a49449e5f34ba6e02caa22 /src/xine-engine/Makefile.am | |
parent | b7f2567a9ace665e29065309f923a8e1eb33e521 (diff) | |
download | xine-lib-d0087dc319f03511bf7492c96fed483a9471bc20.tar.gz xine-lib-d0087dc319f03511bf7492c96fed483a9471bc20.tar.bz2 |
Rename meta_helper info_helper.
Add a function to set integer stream infos.
CVS patchset: 5547
CVS date: 2003/10/19 19:45:03
Diffstat (limited to 'src/xine-engine/Makefile.am')
-rw-r--r-- | src/xine-engine/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 799a0963a..b1b76cf6e 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -12,7 +12,7 @@ libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \ audio_decoder.c video_out.c audio_out.c resample.c events.c \ video_overlay.c osd.c scratch.c demux.c vo_scale.c \ xine_interface.c post.c tvmode.c broadcaster.c io_helper.c \ - input_rip.c meta_helper.c + input_rip.c info_helper.c # FIXME: these are currently unused: EXTRA_DIST = lrb.c lrb.h @@ -29,7 +29,7 @@ include_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \ audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \ video_overlay.h osd.h scratch.h xine_plugin.h xineintl.h \ plugin_catalog.h audio_decoder.h video_decoder.h post.h \ - io_helper.h broadcaster.h meta_helper.h + io_helper.h broadcaster.h info_helper.h noinst_HEADERS = bswap.h |