Skip to content

Commit 963b148

Browse files
committed
add clear.sh
1 parent 6950b16 commit 963b148

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

clear.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
rm *.txt
3+
rm *.ppm
4+
rm *.tmp

libavcodec/libavcodec-uninstalled.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: FFmpeg codec library
88
Version: 52.117.0
99
Requires:
1010
Conflicts:
11-
Libs: ${libdir}/libavcodec.a -lm -pthread -lbz2 -lz
11+
Libs: ${libdir}/libavcodec.a -lm -pthread -lz
1212
Cflags: -I${includedir}

libavcodec/libavcodec.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Version: 52.117.0
99
Requires:
1010
Requires.private:
1111
Conflicts:
12-
Libs: -L${libdir} -lavcodec -lm -pthread -lbz2 -lz
12+
Libs: -L${libdir} -lavcodec -lm -pthread -lz
1313
Libs.private:
1414
Cflags: -I${includedir}

libavformat/libavformat-uninstalled.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: FFmpeg container format library
88
Version: 52.104.0
99
Requires: libavcodec = 52.117.0
1010
Conflicts:
11-
Libs: ${libdir}/libavformat.a -lm -pthread -lbz2 -lz
11+
Libs: ${libdir}/libavformat.a -lm -pthread -lz
1212
Cflags: -I${includedir}

libavformat/libavformat.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Version: 52.104.0
99
Requires: libavcodec = 52.117.0
1010
Requires.private:
1111
Conflicts:
12-
Libs: -L${libdir} -lavformat -lm -pthread -lbz2 -lz
12+
Libs: -L${libdir} -lavformat -lm -pthread -lz
1313
Libs.private:
1414
Cflags: -I${includedir}

0 commit comments

Comments
 (0)