This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
23 years ago
parent
4b465299f3
commit
e2946a86c1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/Makefile
+ 1
- 1
tests/Makefile
View File
@@ -36,7 +36,7 @@ vsynth1/0.pgm: videogen
vsynth2/0.pgm: rotozoom
@mkdir -p vsynth2
./rotozoom 'vsynth2/'
./rotozoom 'vsynth2/'
$(SRC_PATH)/tests/lena.pnm
videogen: videogen.c
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
Write
Preview
Loading…
Cancel
Save