| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
#1280. Now on to find the scattered duplicates
git-svn-id: http://svn.xiph.org/trunk/ogg@14414 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
|
|
|
|
|
| |
from Alexander
Winston.
git-svn-id: http://svn.xiph.org/trunk/ogg@5784 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
|
|
|
|
| |
We should think about putting all the m4 macros we use into a module
that can be shared. Manual synchronisation sucks.
git-svn-id: http://svn.xiph.org/trunk/ogg@4441 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
|
|
|
| |
as was common when these were first written.
git-svn-id: http://svn.xiph.org/trunk/ogg@3553 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
| |
git-svn-id: http://svn.xiph.org/trunk/ogg@3041 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
| |
git-svn-id: http://svn.xiph.org/trunk/ogg@2262 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
| |
git-svn-id: http://svn.xiph.org/trunk/ogg@2260 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
|
|
|
|
|
|
|
| |
- CFLAGS propagates to debug and profile targets
- Clean up AM_PATH_OGG macro as per bug #65 and conversations with jack
- -I flag to aclocal allows .m4 files in source dir to be searched for autoconf
macros. Not currently needed by libogg, but I've included it to be consistent
with the other libraries (which will need it).
git-svn-id: http://svn.xiph.org/trunk/ogg@2259 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
| |
git-svn-id: http://svn.xiph.org/trunk/ogg@1899 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
| |
git-svn-id: http://svn.xiph.org/trunk/ogg@1403 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
been put in all the relevant acinclude.m4 files to the .m4 files that
get installed with the libraries.
Another patch for lazy people (like me).
Make AM_PATH_OGG, AM_PATH_VORBIS, and AM_PATH_AO each a bit smarter.
Each of the three will now also check the $prefix for the location
of their respective libraries/header files. This means that if you're
compiling all 4 things (ao, ogg, vorbis, vorbis-tools) all with the
same $prefix (which is a pretty common case), you don't have to specify
"--with-ao-prefix=this --with-ogg-prefix=really --with-vorbis-prefix=sucks",
you can just specify a single --prefix argument and ditch all the
--with-*-prefix arguments.
However, if you do specify any of the three --with arguments, those are
searched *first* -- the $prefix is searched second.
git-svn-id: http://svn.xiph.org/trunk/ogg@1374 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
|
|
| |
git-svn-id: http://svn.xiph.org/trunk/ogg@788 0101bb08-14d6-0310-b084-bc0e0c8e3800
|
|
git-svn-id: http://svn.xiph.org/trunk/ogg@748 0101bb08-14d6-0310-b084-bc0e0c8e3800
|