summaryrefslogtreecommitdiff
path: root/win32/ogg.def
Commit message (Collapse)AuthorAgeFilesLines
* Add a dll name to ogg.def.Ralph Giles2019-08-071-1/+1
| | | | | | | | | | | According to VS2017 docs, the initial LIBRARY line must include a dll name. MSVC handles the missing name, but MinGW does not. Removing the line entirely is also accepted by both toolchains, but is contrary to documentation. Based on a patch by evpobr in https://github.com/xiph/ogg/pull/42 No ABI change according to comments there.
* Remove obsolete $Id$ svn substitution marks.Ralph Giles2017-11-081-1/+1
| | | | | | | | | | Subversion, like cvs, had a mechanism for replacing inline template text on checkout for representing things like 'last modified date'. Git does not support this, so remove the template strings from file header comments. Also less aggressive language is os_types.h.
* added missing exported functions ogg_stream_pageout_fill and ↵Michael Fink2017-11-011-0/+2
| | | | | | ogg_stream_flush_fill to compile and use libogg under Visual Studio Signed-off-by: Ralph Giles <giles@thaumas.net>
* 1/3 libogg: Consistent use of $(ConfigurationName) for vs2k5, SSE and SSE2 ↵sping2008-04-141-1/+1
| | | | | | releases now have their own folders svn path=/trunk/ogg/; revision=14733
* Add the new 1.1 routines (oggpackB) to the win32 dll build's exportsRalph Giles2003-10-011-50/+78
| | | | | | file, and re-arrange to match the order in ogg.h. svn path=/trunk/ogg/; revision=5388
* Build file updates.Mike Smith2002-07-041-49/+50
| | | | svn path=/trunk/ogg/; revision=3516
* ogg_stream_reset_serialno added.Segher Boessenkool2002-03-181-1/+2
| | | | svn path=/trunk/ogg/; revision=3159
* huff functions removedJack Moffitt2002-01-191-3/+1
| | | | svn path=/trunk/ogg/; revision=2961
* add ogg_packet_clear and sort entriescwolf2001-10-231-38/+42
| | | | svn path=/trunk/ogg/; revision=2254
* Eliminate redundant preprocessor defines.cwolf2001-09-071-1/+1
| | | | svn path=/trunk/ogg/; revision=1985
* Win32 Builds updates, including ingo's suggestions.Jack Moffitt2001-06-181-0/+1
| | | | svn path=/trunk/ogg/; revision=1503
* win32 project files and buld stuff for liboggJack Moffitt2000-10-131-0/+45
svn path=/trunk/ogg/; revision=732