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
* missing opts for make dep
Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac
22 years ago
parent
e83a84ac41
commit
148beec7e8
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
libavcodec/Makefile
+ 1
- 1
Makefile
View File
@@ -147,7 +147,7 @@ ifeq ($(BUILD_VHOOK),yes)
endif
.depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
$(CC) -MM $(CFLAGS) $
(SDL_CFLAGS) $
^ 1>.depend
.libs: lib
@test -f .libs || touch .libs
+ 1
- 0
libavcodec/Makefile
View File
@@ -119,6 +119,7 @@ OBJS += i386/fdct_mmx.o i386/cputest.o \
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o
ifdef TARGET_BUILTIN_VECTOR
i386/fft_sse.o: CFLAGS+= -msse
depend: CFLAGS+= -msse
endif
endif
Write
Preview
Loading…
Cancel
Save