Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
148beec7
Commit
148beec7
authored
Mar 09, 2004
by
Zdenek Kabelac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* missing opts for make dep
Originally committed as revision 2860 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e83a84ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+1
-1
Makefile
libavcodec/Makefile
+1
-0
No files found.
Makefile
View file @
148beec7
...
...
@@ -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
...
...
libavcodec/Makefile
View file @
148beec7
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment