Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
139829d3
Commit
139829d3
authored
Jun 08, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move imgresample.c to the video_filter directory.
parent
a2caeb58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
modules/codec/ffmpeg/Modules.am
modules/codec/ffmpeg/Modules.am
+2
-9
modules/video_filter/Modules.am
modules/video_filter/Modules.am
+1
-0
modules/video_filter/imgresample.c
modules/video_filter/imgresample.c
+1
-1
No files found.
modules/codec/ffmpeg/Modules.am
View file @
139829d3
...
...
@@ -17,18 +17,11 @@ EXTRA_libavcodec_plugin_la_SOURCES = \
encoder.c \
$(NULL)
SOURCES_imgresample = \
imgresample.c \
chroma.h \
$(NULL)
libvlc_LTLIBRARIES += \
$(LTLIBavcodec) \
$(LTLIBimgresample)
$(LTLIBavcodec)
EXTRA_LTLIBRARIES += \
libavcodec_plugin.la \
libimgresample_plugin.la
libavcodec_plugin.la
# FIXME SOURCES_ffmpegaltivec = \
# FIXME ffmpeg.c \
...
...
modules/video_filter/Modules.am
View file @
139829d3
...
...
@@ -42,4 +42,5 @@ SOURCES_blendbench = blendbench.c
SOURCES_chain = chain.c
SOURCES_postproc = postproc.c
SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h
SOURCES_imgresample = imgresample.c ../codec/ffmpeg/chroma.h
noinst_HEADERS = filter_common.h filter_picture.h
modules/
codec/ffmpeg
/imgresample.c
→
modules/
video_filter
/imgresample.c
View file @
139829d3
...
...
@@ -43,7 +43,7 @@
# include <avcodec.h>
#endif
#include "chroma.h"
#include "
../codec/ffmpeg/
chroma.h"
/*****************************************************************************
* Local prototypes
...
...
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