Skip to content
  1. Jan 10, 2022
  2. Jan 07, 2022
  3. Jan 06, 2022
  4. Jan 03, 2022
    • Martin Pulec's avatar
      GPUJPEG: fixed a warning from GCC 11.1 · c34894ca
      Martin Pulec authored
      Fixed this warning:
      
      /home/user/Projects/ultragrid/src/video_compress/gpujpeg.cpp: In static member function ‘static std::__cxx11::list<compress_preset> {anonymous}::<lambda()>::_FUN()’:
      /home/user/Projects/ultragrid/src/video_compress/gpujpeg.cpp:737:9: error: ‘this’ pointer is null [-Werror=nonnull]
        737 |         },
            |         ^
      /home/user/Projects/ultragrid/src/video_compress/gpujpeg.cpp:728:9: note: in a call to non-static member function ‘{anonymous}::<lambda()>’
        728 |         [] {
            |
      
      (+ one analogous)
      c34894ca
    • Martin Pulec's avatar
      configure.ac: cineform - support also libcineform · 116192fa
      Martin Pulec authored
      Support also libcineform fork (as used eg. by libcineform AUR pkg).
      116192fa
    • Martin Pulec's avatar
      configure: fixed --enable-sdl comma · 07505257
      Martin Pulec authored
      07505257