Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
25f84cd9
Commit
25f84cd9
authored
Jun 08, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move swscale.c to the video_filter directory.
parent
3f92e9ad
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
modules/codec/ffmpeg/Modules.am
modules/codec/ffmpeg/Modules.am
+0
-7
modules/video_filter/Modules.am
modules/video_filter/Modules.am
+1
-0
modules/video_filter/swscale.c
modules/video_filter/swscale.c
+2
-1
No files found.
modules/codec/ffmpeg/Modules.am
View file @
25f84cd9
...
@@ -34,11 +34,6 @@ EXTRA_libavformat_plugin_la_SOURCES = \
...
@@ -34,11 +34,6 @@ EXTRA_libavformat_plugin_la_SOURCES = \
mux.c \
mux.c \
$(NULL)
$(NULL)
SOURCES_swscale = \
swscale.c \
chroma.h \
$(NULL)
SOURCES_imgresample = \
SOURCES_imgresample = \
imgresample.c \
imgresample.c \
imgresample.h \
imgresample.h \
...
@@ -50,13 +45,11 @@ SOURCES_imgresample = \
...
@@ -50,13 +45,11 @@ SOURCES_imgresample = \
libvlc_LTLIBRARIES += \
libvlc_LTLIBRARIES += \
$(LTLIBavcodec) \
$(LTLIBavcodec) \
$(LTLIBavformat) \
$(LTLIBavformat) \
$(LTLIBswscale) \
$(LTLIBimgresample)
$(LTLIBimgresample)
EXTRA_LTLIBRARIES += \
EXTRA_LTLIBRARIES += \
libavcodec_plugin.la \
libavcodec_plugin.la \
libavformat_plugin.la \
libavformat_plugin.la \
libswscale_plugin.la \
libimgresample_plugin.la
libimgresample_plugin.la
# FIXME SOURCES_ffmpegaltivec = \
# FIXME SOURCES_ffmpegaltivec = \
...
...
modules/video_filter/Modules.am
View file @
25f84cd9
...
@@ -41,4 +41,5 @@ SOURCES_croppadd = croppadd.c
...
@@ -41,4 +41,5 @@ SOURCES_croppadd = croppadd.c
SOURCES_blendbench = blendbench.c
SOURCES_blendbench = blendbench.c
SOURCES_chain = chain.c
SOURCES_chain = chain.c
SOURCES_postproc = postproc.c
SOURCES_postproc = postproc.c
SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h
noinst_HEADERS = filter_common.h filter_picture.h
noinst_HEADERS = filter_common.h filter_picture.h
modules/
codec/ffmpeg
/swscale.c
→
modules/
video_filter
/swscale.c
View file @
25f84cd9
...
@@ -40,7 +40,8 @@
...
@@ -40,7 +40,8 @@
# include <ffmpeg/swscale.h>
# include <ffmpeg/swscale.h>
#endif
#endif
#include "chroma.h"
/* Gruikkkkkkkkkk!!!!! */
#include "../codec/ffmpeg/chroma.h"
/****************************************************************************
/****************************************************************************
* Local prototypes
* 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