This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from b0cfc93ba lte/alt1250: Select NET_USRSOCK_ICMP if LTE_ALT1250 is 
enabled
     new 1840668e2 apps/videoutils: add Makefile
     new 0ff647af4 apps/openh264: add Makefile
     new def2002dc apps: add videoutils to CMakeLists.txt
     new 639da1a1d openh264: add CMakeLists.txt
     new 697aa8f43 apps: move x264 to apps/videoutils/x264
     new 7704254f6 videoutils/openh264: fix CI error since no sys/sysctl.h
     new 836aecb10 videoutils/x264: clone from github if no x264 source

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   1 +
 {audioutils => videoutils}/.gitignore              |   0
 {benchmarks => videoutils}/CMakeLists.txt          |   4 +-
 {canutils => videoutils}/Make.defs                 |   4 +-
 {benchmarks => videoutils}/Makefile                |   4 +-
 videoutils/openh264/CMakeLists.txt                 | 147 +++++++++++
 {testing/cpuload => videoutils/openh264}/Kconfig   |   4 +-
 .../osperf => videoutils/openh264}/Make.defs       |   6 +-
 videoutils/openh264/Makefile                       | 123 +++++++++
 .../openh264/include/sys/sysctl.h                  |  19 +-
 videoutils/x264/.gitignore                         |   1 +
 videoutils/x264/CMakeLists.txt                     |  32 +++
 videoutils/x264/Kconfig                            |  39 +++
 videoutils/x264/Make.defs                          |  19 ++
 videoutils/x264/Makefile                           | 279 +++++++++++++++++++++
 .../patch/0001-x264-fix-UNUSED-redefined.patch     |  38 +++
 16 files changed, 697 insertions(+), 23 deletions(-)
 copy {audioutils => videoutils}/.gitignore (100%)
 copy {benchmarks => videoutils}/CMakeLists.txt (91%)
 copy {canutils => videoutils}/Make.defs (92%)
 copy {benchmarks => videoutils}/Makefile (93%)
 create mode 100644 videoutils/openh264/CMakeLists.txt
 copy {testing/cpuload => videoutils/openh264}/Kconfig (73%)
 copy {benchmarks/osperf => videoutils/openh264}/Make.defs (88%)
 create mode 100644 videoutils/openh264/Makefile
 copy netutils/rtptools/config.h => videoutils/openh264/include/sys/sysctl.h 
(76%)
 create mode 100644 videoutils/x264/.gitignore
 create mode 100644 videoutils/x264/CMakeLists.txt
 create mode 100644 videoutils/x264/Kconfig
 create mode 100644 videoutils/x264/Make.defs
 create mode 100644 videoutils/x264/Makefile
 create mode 100644 videoutils/x264/patch/0001-x264-fix-UNUSED-redefined.patch

Reply via email to