Commit graph

11 commits

Author SHA1 Message Date
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
Fredrik Mellbin ff8d019d58 FFMS2 beta 4
This commit breaks the shit out of linux

Originally committed to SVN as r2571.
2008-12-30 23:57:22 +00:00
Fredrik Mellbin b740812951 FFmpegSource2: more portability
Originally committed to SVN as r2360.
2008-09-14 21:01:28 +00:00
Fredrik Mellbin 27bdad5355 FFmpegSource2: more portability
Originally committed to SVN as r2359.
2008-09-14 20:14:59 +00:00
Fredrik Mellbin 791df9275d FFmpegSource2: more portability
Originally committed to SVN as r2358.
2008-09-14 19:53:54 +00:00
Fredrik Mellbin 58df7f8a75 FFmpegSource2: more portability
Originally committed to SVN as r2356.
2008-09-14 18:23:04 +00:00
Fredrik Mellbin 78d4c92a89 FFmpegSource2: more portability
Originally committed to SVN as r2355.
2008-09-14 18:21:59 +00:00
Fredrik Mellbin 811483bc7a FFmpegSource2: more portability
Originally committed to SVN as r2354.
2008-09-14 17:45:11 +00:00
Fredrik Mellbin 54dd632542 FFmpegSource2: apply dewindowsification patches
Originally committed to SVN as r2331.
2008-09-08 16:11:09 +00:00
Fredrik Mellbin 1ffa0a95a1 FFmpegSource2: add a missing fourcc & fix a matroska access violation
Originally committed to SVN as r2311.
2008-09-03 19:22:34 +00:00
Fredrik Mellbin c4af6ea13d FFmpegSource2
Originally committed to SVN as r2306.
2008-09-01 21:16:13 +00:00