twinaphex
|
5d8c566dbc
|
(cores/ffmpeg) Resync
|
2019-11-19 09:09:52 +01:00 |
orbea
|
84f4dcba2b
|
Remove WANT_ZLIB.
|
2019-07-25 11:18:33 -07:00 |
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
twinaphex
|
8b1ee6a2b1
|
Update
|
2016-09-05 20:51:23 +02:00 |
twinaphex
|
a9d021cbfd
|
(ffmpeg core) Update
|
2016-09-05 02:45:10 +02:00 |
twinaphex
|
a0f84de987
|
Add Makefile.ffmpeg
|
2016-09-05 00:49:08 +02:00 |