Commit graph

6 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 e99fc62382 FFmpegSource2: forgot some changes
Originally committed to SVN as r2394.
2008-09-27 19:47:39 +00:00
Fredrik Mellbin fc878f0027 FFmpegSource2: more audio sourcing
Originally committed to SVN as r2392.
2008-09-27 01:21:57 +00:00
Fredrik Mellbin 770e581ca7 FFmpegSource2: more portability
Originally committed to SVN as r2389.
2008-09-24 14:11:45 +00:00
Fredrik Mellbin bf9f2b50b7 FFmpegSource2: matroska as audio source, first try
Originally committed to SVN as r2366.
2008-09-19 21:35:46 +00:00