Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | support --enable-video-jsmpeg in SDL2 on haiku |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7aceb25c1b273733d77d54a7aee73bae |
User & Date: | chw 2019-09-12 05:51:49.988 |
Context
2019-09-12
| ||
09:24 | tweaks for fork/exec on haiku check-in: a6e21badea user: chw tags: trunk | |
05:51 | support --enable-video-jsmpeg in SDL2 on haiku check-in: 7aceb25c1b user: chw tags: trunk | |
05:49 | haiku tweaks in libwebsockets check-in: d02d27b490 user: chw tags: trunk | |
Changes
Changes to jni/SDL2/configure.
︙ | ︙ | |||
24294 24295 24296 24297 24298 24299 24300 24301 24302 24303 24304 24305 24306 24307 | ac_default_prefix=/boot/system CheckDummyVideo CheckDiskAudio CheckDummyAudio CheckDLOPEN CheckHaikuVideo CheckHaikuGL CheckPTHREAD # Set up files for the audio library if test x$enable_audio = xyes; then $as_echo "#define SDL_AUDIO_DRIVER_HAIKU 1" >>confdefs.h | > | 24294 24295 24296 24297 24298 24299 24300 24301 24302 24303 24304 24305 24306 24307 24308 | ac_default_prefix=/boot/system CheckDummyVideo CheckDiskAudio CheckDummyAudio CheckDLOPEN CheckHaikuVideo CheckHaikuGL CheckJSMPEGVideo CheckPTHREAD # Set up files for the audio library if test x$enable_audio = xyes; then $as_echo "#define SDL_AUDIO_DRIVER_HAIKU 1" >>confdefs.h |
︙ | ︙ |
Changes to jni/SDL2/configure.in.
︙ | ︙ | |||
3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 | ac_default_prefix=/boot/system CheckDummyVideo CheckDiskAudio CheckDummyAudio CheckDLOPEN CheckHaikuVideo CheckHaikuGL CheckPTHREAD # Set up files for the audio library if test x$enable_audio = xyes; then AC_DEFINE(SDL_AUDIO_DRIVER_HAIKU, 1, [ ]) SOURCES="$SOURCES $srcdir/src/audio/haiku/*.cc" SUMMARY_audio="${SUMMARY_audio} haiku" | > | 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 | ac_default_prefix=/boot/system CheckDummyVideo CheckDiskAudio CheckDummyAudio CheckDLOPEN CheckHaikuVideo CheckHaikuGL CheckJSMPEGVideo CheckPTHREAD # Set up files for the audio library if test x$enable_audio = xyes; then AC_DEFINE(SDL_AUDIO_DRIVER_HAIKU, 1, [ ]) SOURCES="$SOURCES $srcdir/src/audio/haiku/*.cc" SUMMARY_audio="${SUMMARY_audio} haiku" |
︙ | ︙ |