Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
af9721e2
Commit
af9721e2
authored
Jan 22, 2011
by
Pankaj Yadav
Committed by
Jean-Baptiste Kempf
Jan 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs for Symbian Port
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
25aa0293
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
extras/contrib/bootstrap
extras/contrib/bootstrap
+3
-0
extras/contrib/src/Distributions/symbian.mak
extras/contrib/src/Distributions/symbian.mak
+5
-0
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+9
-0
No files found.
extras/contrib/bootstrap
View file @
af9721e2
...
...
@@ -192,6 +192,9 @@ case $TARGET in
*
wince
*
)
add_enabled_makefile_cfg
"HAVE_WINCE"
;;
*
symbian
*
)
add_enabled_makefile_cfg
"HAVE_SYMBIAN"
;;
esac
# Figure out the correct distro to use
...
...
extras/contrib/src/Distributions/symbian.mak
0 → 100644
View file @
af9721e2
#Compiled but not linked libtool broken .faad .mpeg2 .ogg .dvbpsi
all
:
.a52 .mad
\
.lame .ffmpeg
LDFLAGS
=
-L
$(EPOCROOT)
/../cls-gcc/arm-none-symbianelf/lib
-L
$(EPOCROOT)
/epoc32/release/armv5/lib
-nostdlib
-shared
-Wl
,--no-undefined
$(EPOCROOT)
/epoc32/release/armv5/lib/libm.dso
$(EPOCROOT)
/epoc32/release/armv5/lib/libc.dso
$(EPOCROOT)
/epoc32/release/armv5/lib/libz.dso
EXTRA_CPPFLAGS
=
-D_UNICODE
-D__GCCE__
-D__SYMBIAN32__
-D__S60_3X__
-D__FreeBSD_cc_version
-include
$(SYMBIAN_INCLUDE)
/gcce/gcce.h
-I
$(SYMBIAN_INCLUDE)
/stdapis
-I
$(SYMBIAN_INCLUDE)
/stdapis/sys
-I
$(SYMBIAN_INCLUDE)
/variant
-I
$(SYMBIAN_INCLUDE)
extras/contrib/src/contrib-src.mak
View file @
af9721e2
...
...
@@ -968,8 +968,12 @@ FFMPEGCONF += --enable-cross-compile
endif
ifdef
HAVE_CROSS_COMPILE_NEEDS_CROSS_PREFIX
ifndef
HAVE_ANDROID
ifndef
HAVE_SYMBIAN
FFMPEGCONF
+=
--cross-prefix
=
$(HOST)
-
else
FFMPEGCONF
+=
--cross-prefix
=
arm-none-symbianelf-
--arch
=
armv6
--disable-asm
endif
else
FFMPEGCONF
+=
--cross-prefix
=
arm-linux-androideabi-
--arch
=
armv4l
endif
endif
...
...
@@ -1051,6 +1055,10 @@ FFMPEGCONF += --target-os=linux
FFMPEGCONF
+=
--enable-pic
endif
ifdef
HAVE_SYMBIAN
FFMPEGCONF
+=
--target-os
=
none
endif
ifdef
HAVE_MAEMO
ifneq
($(filter -m%=cortex-a8, $(EXTRA_CFLAGS)),)
FFMPEGCONF
+=
--disable-runtime-cpudetect
--enable-neon
--cpu
=
cortex-a8
...
...
@@ -1132,6 +1140,7 @@ FFMPEG_DEPS-$(HAVE_ARMELF) = .lame .gsm .zlib
FFMPEG_DEPS-$(HAVE_MACOSX)
+=
.yasm
FFMPEG_DEPS-$(HAVE_WIN32)
+=
.dshow_headers
FFMPEG_DEPS-$(HAVE_ANDROID)
=
FFMPEG_DEPS-$(HAVE_SYMBIAN)
=
ifdef
SVN
FFMPEG_MK_TARGET
=
ffmpeg/.svn-
$(FFMPEG_SVN_REV)
...
...
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