Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-embree3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-embree3
Commits
637a22bc
Commit
637a22bc
authored
Sep 27, 2007
by
Peter Schlaile
Browse files
Options
Downloads
Patches
Plain Diff
== FFMPEG ==
Another fix for external ffmpeg building.
parent
5a9273da
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/linux2-config.py
+3
-3
3 additions, 3 deletions
config/linux2-config.py
with
3 additions
and
3 deletions
config/linux2-config.py
+
3
−
3
View file @
637a22bc
...
...
@@ -117,12 +117,12 @@ BF_ICONV_LIBPATH = '${BF_ICONV}/lib'
# enable ffmpeg support
WITH_BF_FFMPEG
=
'
true
'
# -DWITH_FFMPEG
BF_FFMPEG
=
'
#extern/ffmpeg
'
BF_FFMPEG_INC
=
'
${BF_FFMPEG}/include
'
BF_FFMPEG_LIBPATH
=
'
${BF_FFMPEG}/lib
'
BF_FFMPEG_LIB
=
''
# Uncomment the following two lines to use system's ffmpeg
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
# BF_FFMPEG = '/usr'
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
BF_FFMPEG_INC
=
'
${BF_FFMPEG}/include
'
BF_FFMPEG_LIBPATH
=
'
${BF_FFMPEG}/lib
'
# Mesa Libs should go here if your using them as well....
WITH_BF_STATICOPENGL
=
'
false
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment