Remove old references to mmal

This commit is contained in:
Mr-Dave
2023-01-22 14:04:35 -07:00
parent 21397b66b0
commit 18b450dfd6
3 changed files with 1 additions and 9 deletions

3
.gitignore vendored
View File

@@ -35,9 +35,6 @@ src/Makefile.in
src/.deps/
src/Makefile
src/Makefile.in
src/raspicam/*.o
src/raspicam/.dirstamp
src/raspicam/.deps/
*.log
.depend

View File

@@ -1,7 +1,7 @@
0. Reviewed guide and contributing documents? (Yes/No):
1. version [x.y.z, hash, other]:
2. installed as a package or compiled from sources [deb, rpm, git, other]:
3. video stream source [V4L2, network camera(http, rtsp, etc), mmal]:
3. video stream source [V4L2, network camera(http, rtsp, etc)]:
4. hardware [x86, ARM, other]:
5. operating system [18.04, Stretch, etc, FreeBSD, other]:

View File

@@ -151,11 +151,6 @@
<td bgcolor="#edf4f9" word-wrap:break-word > Compile without webp image support</td>
<td bgcolor="#edf4f9" word-wrap:break-word > </td>
</tr>
<tr>
<td bgcolor="#edf4f9" word-wrap:break-word > --with-mmal=DIR </td>
<td bgcolor="#edf4f9" word-wrap:break-word > Specify the pkg-config dir for mmal</td>
<td bgcolor="#edf4f9" word-wrap:break-word > Use --without-mmal to disable </td>
</tr>
<tr>
<td bgcolor="#edf4f9" word-wrap:break-word > --with-libcam=DIR </td>
<td bgcolor="#edf4f9" word-wrap:break-word > Specify the pkg-config dir for libcam</td>