wok-6.x diff mjpegtools/stuff/gcc44.u @ rev 20333
linux: read default cmdline from EFI\BOOT\linux.cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 02 13:53:27 2018 +0200 (2018-06-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mjpegtools/stuff/gcc44.u Sat Jun 02 13:53:27 2018 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +--- mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp 1.5 ++++ mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp 1.6 +@@ -53,7 +53,7 @@ 1.7 + 1.8 + bool LPCMStream::Probe(IBitStream &bs ) 1.9 + { 1.10 +- char *last_dot = strrchr( bs.StreamName(), '.' ); 1.11 ++ const char *last_dot = strrchr( bs.StreamName(), '.' ); 1.12 + return 1.13 + last_dot != NULL 1.14 + && strcmp( last_dot+1, "lpcm") == 0;