This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
72b2e1f2b6c3df79c0d97751b895086de130bc53
itgmania212121
/
stepmania
T
History
Steve Checkoway
72b2e1f2b6
Add option --with-static-ffmpeg-prefix. If you have installed the static libraries (and their associated headers) at /foo/bar, then pass --with-static-ffmpeg-prefix=/foo/bar and /foo/bar/lib/libavcodec.a and /foo/bar/lib/libavformat.a will be passed to the linker and -I/foo/bar/include will be added to CXXFLAGS. If doing this for other libraries would be helpful for releases, we could just use a --with-static-prefix option instead and look there for static libs.
2006-06-20 03:50:21 +00:00
..
Announcers
…
autoconf
/m4
Add option --with-static-ffmpeg-prefix. If you have installed the static libraries (and their associated headers) at /foo/bar, then pass --with-static-ffmpeg-prefix=/foo/bar and /foo/bar/lib/libavcodec.a and /foo/bar/lib/libavformat.a will be passed to the linker and -I/foo/bar/include will be added to CXXFLAGS. If doing this for other libraries would be helpful for releases, we could just use a --with-static-prefix option instead and look there for static libs.
2006-06-20 03:50:21 +00:00
BackgroundEffects
backgrounds fixup
2006-05-05 21:48:00 +00:00
BackgroundTransitions
…
BGAnimations
…
CDTitles
…
Characters
…
Courses
…
Data
flash in the night had the wrong symbol in the name
2006-06-03 16:36:43 +00:00
Docs
Add support for realtime mod activation. (Documentation)
2006-04-19 05:28:55 +00:00
Installer
move installer strings to an unselectable theme for easier exporting via tools.exe
2006-06-14 07:42:40 +00:00
Manual
copy Manual non-recursively so that we don't pick up CVS metadata files
2006-03-02 16:51:45 +00:00
NoteSkins
…
Packages
…
PBProject
Add files.
2006-06-18 19:06:24 +00:00
Program
unused
2006-02-13 04:50:54 +00:00
RandomMovies
…
Songs
…
src
Do not allocate or deallocate memory in the mixing thread. Doing so can block that thread which is possibly a realtime thread. Distinguish between STOPPED and AVAILABLE. In the STOPPED state, the memory for the sound is still around. It will be deallocated in Update() at which time the state will change to AVAILABLE.
2006-06-19 06:43:43 +00:00
Themes
test that song dir is writable before loading it in editor
2006-06-19 00:00:47 +00:00
Utils
Fix script.
2006-06-14 00:56:02 +00:00
autogen.sh
…
configure.ac
fix strtof check
2006-03-20 18:42:11 +00:00
Makefile.am
…
SConstruct
SCons build files. Currently only Linux is supported, but I'll be adding other platforms (MinGW\!) within the next few weeks. As always, feel free to correct anything.
2006-01-30 05:41:20 +00:00
stepmania.nsi
fix temp.inc
2006-06-12 11:41:44 +00:00