Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
23efea7f
Commit
23efea7f
authored
Mar 29, 2008
by
Mark Moriarty
Browse files
Makefile -- add ffmpeg win32 RTSP patch
parent
f11a132c
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
23efea7f
...
...
@@ -1051,6 +1051,9 @@ endif
ifdef
HAVE_DARWIN_OS
(
cd
$@
;
patch
-p0
< ../Patches/ffmpeg-macosx-intel-mmx.patch
)
endif
ifdef
HAVE_WIN32
(
cd
$@
;
patch
-p0
< ../Patches/ffmpeg-svn-win32.patch
)
endif
ifdef
NO_TEXT_RELOCATION
(
cd
$@
;
patch
-p1
< ../Patches/ffmpeg-svn-mmx_removal-darwin9.patch
)
endif
...
...
Write
Preview
Supports
Markdown
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