Age | Commit message (Collapse) | Author |
|
equivalent.
I wanted this because I'm going to reuse attribute.m4 with that macro
for a couple other projects.
This also removes AC_TRY_LDFLAGS since it's not used any longer
(replaced by CC_CHECK_LDFLAGS, which also caches results).
|
|
|
|
libdir for plugins installation.
With this change, it avoids running an egrep command for every directory
at uninstall time; the for has way less impact as the list can just be
empty.
|
|
This reduces the number of objects that are allowed to contain
TEXT section relocations (skipping for instance libxine and the
vidix drivers).
This is still suboptimal because only those plugins that actually
contains text relocation should be allowed to contain them (that
is what is done with IMPURE_TEXT_LDFLAGS for Solaris and Darwin).
|
|
correct location.
|
|
Together with this, define a xinepost_LTLIBRARIES class that is used
to install the post-plugins in the correct directory.
Also add the rule to remove them.
|
|
As we remove the .la files from libtool, the default uninstall targets
will not work for the plugins, so we have to remove them by hand.
When all the plugins will be migrated to xineplug_LTLIBRARIES, we can
remove the egrep call and that part of the code.
|
|
change their class to xineinclude, and set xineincludedir in Makefile.common.
CVS patchset: 8737
CVS date: 2007/03/22 17:37:17
|
|
11. Patch by Albert Lee.
CVS patchset: 8654
CVS date: 2007/03/10 00:17:29
|
|
variable can be injected in _LDFLAGS for the xine plugins, and already provides -avoid-version -module and -Wl,-z,defs if supported. Right now only wavpack plugin actually make use of this but that can be fixed as the Makefiles are edited.
CVS patchset: 8618
CVS date: 2007/02/21 23:07:45
|
|
use xineplug_LTLIBRARIES without having to reset libdir every time.
CVS patchset: 8546
CVS date: 2007/01/23 16:50:11
|
|
CVS patchset: 8535
CVS date: 2007/01/19 03:04:11
|
|
CVS patchset: 8119
CVS date: 2006/07/11 22:35:25
|
|
whatever reason
CVS patchset: 8058
CVS date: 2006/06/18 21:13:29
|
|
chcon: can't apply partial context to unlabeled file /opt/lib/libxine.so
CVS patchset: 7840
CVS date: 2006/01/22 23:25:19
|
|
CVS patchset: 7839
CVS date: 2006/01/22 19:48:09
|
|
Avoid the "cannot restore segment prot after reloc: Permission denied" error
message for quite a few plugins by setting the texrel_shlib_t context on all
the plugins at installation time
CVS patchset: 7836
CVS date: 2006/01/17 20:51:46
|
|
CVS patchset: 7181
CVS date: 2004/12/01 20:26:45
|
|
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.
CVS patchset: 6939
CVS date: 2004/09/05 02:14:38
|
|
libtool to made it not install .la file. Here's the fix.
CVS patchset: 5728
CVS date: 2003/11/12 20:24:42
|
|
CVS patchset: 5519
CVS date: 2003/10/14 21:58:22
|
|
CVS patchset: 5511
CVS date: 2003/10/13 17:43:37
|
|
CVS patchset: 5508
CVS date: 2003/10/13 16:25:55
|
|
Ability to use external libs (--with-external-vcdnav), disable
vcdx build and build old vcd instead (--disable-vcdx).
This last feature is useful since vcdx take /hours/ to start
playback, that can help people who don't want vcd navigation.
Remove all .la files, even in subdirs (eg: post)
CVS patchset: 5505
CVS date: 2003/10/13 11:47:11
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|
|
some subdirectories (those which have subdirs themselves), the post
install procedure would not be executed properly
CVS patchset: 5103
CVS date: 2003/06/27 12:29:17
|
|
here
(thanks to Carsten Weinhold for noticing)
CVS patchset: 4986
CVS date: 2003/05/30 13:06:57
|
|
CVS patchset: 4982
CVS date: 2003/05/29 13:09:36
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|