Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
9dd3da10
Commit
9dd3da10
authored
13 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
swr: fix shared lib build
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b5875b91
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure
+1
-0
1 addition, 0 deletions
configure
libswresample/Makefile
+1
-1
1 addition, 1 deletion
libswresample/Makefile
libswresample/libswresample.v
+4
-0
4 additions, 0 deletions
libswresample/libswresample.v
with
6 additions
and
1 deletion
configure
+
1
−
0
View file @
9dd3da10
...
...
@@ -3476,6 +3476,7 @@ get_version(){
}
get_version LIBSWSCALE libswscale/swscale.h
get_version LIBSWRESAMPLE libswresample/swresample.h
get_version LIBPOSTPROC libpostproc/postprocess.h
get_version LIBAVCODEC libavcodec/version.h
get_version LIBAVDEVICE libavdevice/avdevice.h
...
...
This diff is collapsed.
Click to expand it.
libswresample/Makefile
+
1
−
1
View file @
9dd3da10
...
...
@@ -9,4 +9,4 @@ OBJS = swresample.o audioconvert.o resample2.o rematrix.o
TESTPROGS
=
swresample_test
include
$(S
UBDIR)..
/subdir.mak
include
$(S
RC_PATH)
/subdir.mak
This diff is collapsed.
Click to expand it.
libswresample/libswresample.v
0 → 100644
+
4
−
0
View file @
9dd3da10
LIBSWRESAMPLE_
$
MAJOR
{
global:
swr_
*
;
ff_
*
;
local:
*
;
}
;
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