Aegisub/FFmpegSource2
Amar Takhar 0763541848 Change how configuration works.
* move win32/config0.h -> config/config_windows0.h
  * move win32/stdint.h -> msvc/stdint.h
  * move posix/defines.h -> config/config_unix.h
  * add config.h - brings in config_(windows|unix).h as required
  * add config.h to *.cpp
  * Self-contain FFmpegSource2 with required function defines wrapped with
    __UNIX__ instead of the now removed defines.h.
  * Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
    change VCPreBuildEventTool to create windows_config.h from
    windows_config0.h.  Add msvc to include path.
  * Change configure to create ./acconf.h instead of posix/acconf.h

This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.

Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
..
avisynth.h FFmpegSource2 2008-09-01 21:16:13 +00:00
coparser.h FFMS2 beta 4 2008-12-30 23:57:22 +00:00
ffaudiosource.cpp Change how configuration works. 2009-01-04 06:31:48 +00:00
ffaudiosource.h FFmpegSource2: forgot some changes 2008-09-27 19:47:39 +00:00
ffavisynth.cpp FFmpegSource2: semi vfr fix 2008-10-01 18:13:12 +00:00
ffavisynth.h FFmpegSource2: semi vfr fix 2008-10-01 18:13:12 +00:00
ffavsfilters.cpp FFMS2 Add NoLog to the API 2009-01-03 15:17:53 +00:00
ffms.cpp Change how configuration works. 2009-01-04 06:31:48 +00:00
ffms.h FFMS2 Add NoLog to the API 2009-01-03 15:17:53 +00:00
ffms2.html FFMS2 beta 4 2008-12-30 23:57:22 +00:00
ffmsindex.cpp use slightly different method for updating progress display in ffmsindex.exe, might make some GUI makers happy 2008-11-20 19:31:22 +00:00
ffpp.cpp FFmpegSource2 2008-09-01 21:16:13 +00:00
ffpp.h FFmpegSource2 2008-09-01 21:16:13 +00:00
ffswscale.cpp FFmpegSource2: more portability 2008-09-14 18:21:59 +00:00
ffswscale.h FFmpegSource2 2008-09-01 21:16:13 +00:00
ffvideosource.cpp Change how configuration works. 2009-01-04 06:31:48 +00:00
ffvideosource.h FFMS2 Add all required HAALITS ifdefs 2008-12-31 00:06:57 +00:00
guids.h FFMS2 beta 4 2008-12-30 23:57:22 +00:00
indexing.cpp Change how configuration works. 2009-01-04 06:31:48 +00:00
indexing.h FFMS2 beta 4 2008-12-30 23:57:22 +00:00
Makefile.am I'm not sure how long this bug has been around, probably several months if not 2009-01-01 10:34:00 +00:00
MatroskaParser.c FFmpegSource2: small fixes 2008-09-23 14:58:39 +00:00
MatroskaParser.h FFmpegSource2: more portability 2008-09-14 21:11:04 +00:00
stdiostream.c FFmpegSource2: more portability 2008-09-14 19:51:55 +00:00
stdiostream.h FFmpegSource2: remove pointless includes 2008-09-12 19:40:10 +00:00
utils.cpp Change how configuration works. 2009-01-04 06:31:48 +00:00
utils.h FFMS2 beta 4 2008-12-30 23:57:22 +00:00
wave64writer.cpp FFmpegSource2: fix w64 headers 2008-09-23 20:54:22 +00:00
wave64writer.h FFmpegSource2: apply dewindowsification patches 2008-09-08 16:11:09 +00:00