diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-24 15:24:15 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-24 15:24:15 +0100 |
| commit | 0e5934002fd660a25d844d0f11fa7d2e53a10297 (patch) | |
| tree | 19f91e5228c145852ab596d5270a96cf4a8ac54a /src/xine-engine/Makefile.am | |
| parent | b52f6b993ff035b14221225538087e5e3aa32384 (diff) | |
| download | xine-lib-0e5934002fd660a25d844d0f11fa7d2e53a10297.tar.gz xine-lib-0e5934002fd660a25d844d0f11fa7d2e53a10297.tar.bz2 | |
Move _x_scan_plugins and _x_dispose_plugins into an internal header, and don't export them anymore.
Diffstat (limited to 'src/xine-engine/Makefile.am')
| -rw-r--r-- | src/xine-engine/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index c509b62af..49757f841 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -24,7 +24,8 @@ libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \ video_overlay.c osd.c spu.c scratch.c demux.c vo_scale.c \ xine_interface.c post.c broadcaster.c io_helper.c \ input_rip.c input_cache.c info_helper.c refcounter.c \ - alphablend.c + alphablend.c \ + load_plugins.h libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) $(XDG_BASEDIR_DEPS) \ $(pthread_dep) $(LIBXINEPOSIX) |
