10 Commits

Author SHA1 Message Date
Apaczer
fe77807ff0 DEFCONFIG-musl: downgrade to GCC-9.4.0 (static) + LTO (dynamic) (#156)
* DEFCONFIG-musl_static: downgrade gcc->9.4.0
   inline with mainstream and rest of toolchains
* DEFCONFIG-musl: enable LTO option for gcc dynamic musl
2025-03-30 21:51:58 +02:00
tiopex
02ec67eb21 toolchain: bump kernel headers to 5.15.x (#132) 2024-10-29 07:20:15 +01:00
Apaczer
03142e8c1b DEFCONFIG: enable AAC codec in FFMPEG options
handles sound for mp4 audio
2024-08-09 17:30:11 +02:00
Apaczer
23aa769387 DEFCONFIG: enable all important FFMPEG options
- quick correction for https://github.com/MiyooCFW/buildroot/pull/117
- also disable nonfree dependencies (openssl & libfdk-aac)
2024-08-09 07:46:50 +02:00
Apaczer
eadda580e9 DEFCONFIG/BOARD: minimize ffmpeg build & use libx264 for video rec (#117)
* BOARD: update Video Record app (video_record.sh)
* DEFCONFIG: minimize ffmpeg build
2024-08-07 21:27:07 +02:00
Apaczer
452f493e75 PACKAGE: add new gmenu2x-gm2xpkg package to SDK (#113)
- install `gm2xpkg` to SDK
- add new GMENU2X_GM2XPKG package
- dl single file source of raw.githubusercontent.com
2024-07-05 23:01:30 +02:00
tiopex
04fc020178 Add target optimizations -mcpu=arm926ej-s -marm (#79) 2024-01-05 09:08:09 +01:00
Apaczer
b0130e4097 [PACKAGE/DEFCONFIG] add LIBMIKMOD + FLUIDLITE to static SDKs (#71)
* [PACKAGE] add LIBMIKMOD + FLUIDLITE

* [DEFCONFIG] update static SDKs with FLUIDLITE and LIBMIKMOD
2023-12-28 20:36:59 +01:00
Apaczer
423e87bd64 [BOARD/PACKAGE] add FFMPEG to record&play /dev/fb0 + alsa capture (#48)
* [PACKAGE] downgrade FFMPEG(add) & X264
- use ffmpeg-3.1 thus downgrade ver. to working SDL1.2
- downgrade x264 to be inline with former ffmpeg
- uncomment FFSERVER build instructions (it is available in 3.1 version)

* [BOARD] 
- add `ffplay` & `ffmpeg` apps to record&play
- add `arecord` script for AUDIO capture (use alsaloop workaround)
- update appLinks with "params=&" for bg launch
- use `pkill` instead 'killall` for scripts (warning: it also checks for bash running under the same name)
- use FFPROBE to detect media format in `ffplay`
- for X264  use sources.buildroot.net (code.videolan.org src only works with git method)
- rm redundant usb Applink
- add 0003-ffplay-custom-sdlk.patch (to make hotkeys usable in miyoo)
2023-11-18 17:27:30 +01:00
Apaczer
c8906ecd1e [DEFCONFIG/ACTIONS] add static uClibc & musl SDK build (#49)
- striped defconfigs with static libs to build working toolchains
- disable PARTED & GDB on static uClibc
- update actions with static toolchains output
2023-10-26 22:58:34 +02:00